[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Dialogs' (#lcl)

TFontDialogOption

An enumerated list of constants to set the options of a Font dialog.

Declaration

Source position: dialogs.pp line 372

type TFontDialogOption = (

  fdAnsiOnly,

  

Limits the font name selection list to font using ANSI character sets.

  fdTrueTypeOnly,

  

Limits the font name selection list to TrueType fonts.

  fdEffects,

  

Displays check boxes for strikethrough, underline, et. al. font effects in the dialog.

  fdFixedPitchOnly,

  

Limits the font name selection list to fixed-pitch (mono-spaced) fonts.

  fdForceFontExist,

  

  fdNoFaceSel,

  

Hides the font name selection list in the dialog.

  fdNoOEMFonts,

  

Excludes OEM fonts from the font selection list.

  fdNoSimulations,

  

Excludes bitmapped fonts that emulate sizes by scaling.

  fdNoSizeSel,

  

Hides the Size selection list in the dialog.

  fdNoStyleSel,

  

Hides the style selection list in the dialog.

  fdNoVectorFonts,

  

Excludes vector fonts from the list of font names.

  fdShowHelp,

  

Makes the Help button visible in the dialog.

  fdWysiwyg,

  

Displays font names using a WYSIWYG preview.

  fdLimitSize,

  

Restricts font sizes to the range in MinFontSize and MaxFontSize.

  fdScalableOnly,

  

Limits the font selection list to scalable fonts; no bitmapped fonts.

  fdApplyButton

  

Makes the Apply button visible in the dialog.

);