Vcl.Dialogs.TFontDialogDevice
Delphi
TFontDialogDevice = (fdScreen, fdPrinter, fdBoth);
C++
enum DECLSPEC_DENUM TFontDialogDevice : unsigned char { fdScreen, fdPrinter, fdBoth };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | Vcl.Dialogs.pas Vcl.Dialogs.hpp |
Vcl.Dialogs | Vcl.Dialogs |
Description
TFontDialogDevice indicates the source from which a TFontDialog instance obtains its list of fonts.
These are the possible values of TFondDialogDevice:
Value | Meaning |
---|---|
fdScreen |
Retrieve fonts from the screen. |
fdPrinter |
Retrieve fonts from the printer. |
fdBoth |
Retrieve fonts from both the screen and the printer. |