Win32Prn() > Font methods |
Queries information about available fonts.
:getFonts() --> aFontInfo
Method :getfonts() collects information about all available fonts and returns it in form of a two dimensional array. The columns of the array contain the following data:
Font information array
Column No | Data type | Description |
---|---|---|
1 | Character | Name of the font |
2 | Logical | .T. == Fixed font, .F. == Proportional font |
3 | Logical | .T. == True Type font, .F. == Bitmap font |
4 | Numeric | Character set required |
Fonts listed in the font information array can be used for printing. A font is selected with method :setFont().
http://www.xHarbour.com