FMX.Printer.TPrinter.Fonts

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Fonts: TStrings read GetFonts;

C++

__property System::Classes::TStrings* Fonts = {read=GetFonts};

Properties

Type Visibility Source Unit Parent
property public
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer TPrinter

Description

Lists the fonts supported by the current printer.

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 does not support them natively, because the printing services provided by the operating system know how to render them on the printing canvas.

Note: On OS X, Fonts does not contain any font.

See Also