RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPrinter.Fonts Property

Lists the fonts supported by the current printer.

Pascal
property Fonts: TStrings;
C++
__property TStrings Fonts;

Read Fonts to get a list of the fonts supported by the printer. Each string in Fonts is the name of a typeface. 

Fonts contains TrueType fonts even if the printer doesn't support them natively because the Windows Graphics Device Interface (GDI) can draw TrueType fonts accurately when a print job uses them. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!