Options for TFontDialog.Options
Source position: MUIClass.Dialog.pas line 44
| type TFontDialogOptions = set of ( | ||
| foFrontPen, | 
 | Enable Front Pen selection | 
| foBackPen, | 
 | Enable Back Pen selection | 
| foStyle, | 
 | Enable Style selection (e.g. bold, italic, underline) | 
| foDrawMode, | 
 | Enable Draw Mode selection (e.g. JAM1, JAM2) | 
| foFixedOnly | 
 | Show only fixed width fonts | 
| ); | 
| 
 | Sets the elements to edit in the Font dialog |