TFontDialogDevice indicates the source from which a TFontDialog instance obtains its list of fonts.
TFontDialogDevice = ( fdScreen, fdPrinter, fdBoth );
enum TFontDialogDevice { fdScreen, fdPrinter, fdBoth };
Dialogs
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. |
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|