fontcombo

WARNING: this control is implemented in the XIJvControls unit.

Implements a font selection combo box.

Parameters:

Parameter Description Default value
name inherited parameter
default inherited parameter
caption inherited parameter
minwidth inherited parameter
maxwidth inherited parameter
labelpos inherited parameter
device A string parameter that specifies the devices the font list will be build from:
  • S - include screen fonts;
  • P - include printer fonts;
S
options A string parameter that specifies what kind of fonts you want the user to be able to select from (note that some options contradict to each other - you will get an empty list if you use both of them):
  • A - include ANSI fonts only;
  • T - include TrueTypeTM fonts only;
  • F - include monospace (fixed pitch) fonts only;
  • N - do not include OEM fonts;
  • O - include OEM fonts only;
  • S - include scalable fonts only;
  • W - WYSIWYG fonts in drop-down list (pretty slow and eats a lot of resources);
 

 

The CHM file was converted to HTML by chm2web software.