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