Site Navigation

User Guide

Reference

Packages

 

DESCRIPTION

[TBD]

METHODS

Common methods apply to most windows, controls and resources.

new

new(%OPTIONS)

Creates a new Font object. %OPTIONS are:

  -size
  -height
  -width
  -escapement
  -orientation
  -weight
  -bold => 0/1
  -italic => 0/1
  -underline => 0/1
  -strikeout => 0/1
  -charset
  -outputprecision
  -clipprecision
  -family
  -quality
  -name
  -face

See also the common options.

GetMetrics

GetMetrics()

Returns an associative array of information about the Font:

 -height
 -ascent
 -descent
 -ileading
 -eleading
 -avgwidth
 -maxwidth
 -overhang
 -aspectx
 -aspecty
 -firstchar
 -lastchar
 -breakchar
 -italic
 -underline
 -strikeout
 -flags
 -charset

Info

Info()

Returns an associative array of information about the Font, with the same options given when creating the font.

EVENTS

Common events apply to most windows and controls.

VERSION

Documentation for Win32::GUI v1.06 created 13 Feb 2008

This document is autogenerated by the build process. Edits made here will be lost. Edit docs/per_package.tpl instead.

SUPPORT

Homepage: http://perl-win32-gui.sourceforge.net/.

For further support join the users mailing list(perl-win32-gui-users@lists.sourceforge.net) from the website at http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users. There is a searchable list archive at http://sourceforge.net/mail/.

COPYRIGHT and LICENCE

Copyright (c) 1997..2008 Aldo Calpini. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.