[Overview][Types][Classes][Variables][Index] |
the list of available Fonts for the current printer.
Source position: printers.pas line 309
public property TPrinter.Fonts : TStrings |
Fonts is a read-only TStrings property which contains a list of font names available for the selected print device. Values in Fonts are retrieved and stored using the DoEnumFonts method. It is called when the number of items in Fonts is 0, and when Refresh or DoResetFontsList is called.
Remark: | Please note: DoEnumFonts has an empty implementation in TPrinter. It must be overridden in a descendant to implement the functionality for the operating system / widgetset / printer-related technology. |
lazarus-ccr.sourceforge.net |