[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
An enumerated list of constants to set the options of a Font dialog.
Source position: dialogs.pp line 327
type TFontDialogOption = ( |
||
fdAnsiOnly, |
|
|
fdTrueTypeOnly, |
|
|
fdEffects, |
|
|
fdFixedPitchOnly, |
|
|
fdForceFontExist, |
|
|
fdNoFaceSel, |
|
|
fdNoOEMFonts, |
|
|
fdNoSimulations, |
|
|
fdNoSizeSel, |
|
|
fdNoStyleSel, |
|
|
fdNoVectorFonts, |
|
|
fdShowHelp, |
|
|
fdWysiwyg, |
|
|
fdLimitSize, |
|
|
fdScalableOnly, |
|
|
fdApplyButton |
|
|
); |
lazarus-ccr.sourceforge.net |