JVCL Help:TJvFontComboOption

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Defines values that control the appearance and behavior of a font combo box.

run\JvColorCombo.pas


Pascal

 run\JvColorCombo.pas
 TJvFontComboOption = (
foAnsiOnly,
foTrueTypeOnly,
foFixedPitchOnly,
foNoOEMFonts,
foOEMFontsOnly,
foScalableOnly,
foWysiWyg,
foDisableVerify,
foPreviewFont,
foMRU
);
TJvFontComboOptions = setof TJvFontComboOption;


Members

Members Description
foAnsiOnly Symbol fonts are not listed in the dialog.
foTrueTypeOnly Other fonts are not listed.
foFixedPitchOnly Proportionally spaced fonts are not listed, nor are TrueType fonts that do not have the fixed-pitch flag set in the style header.
foNoOEMFonts Lists only non-OEM fonts.
foOEMFontsOnly Displays only OEM fonts in the combo box.
foScalableOnly Non-scalable (bitmap) fonts are removed from the list.
foWysiWyg Displays each font name in the combo box using the specific font.
foDisableVerify Allows you to insert a font name that doesn't exists in the combo box list.
foPreviewFont If set, the font name is drawn using the controls font and a preview of the font is drawn using the string 'AbCdEfGhIj' right-aligned in the control. When this value is set, foWysiWyg is disabled.
foMRU This value works in conjunction with the MaxMRUCount property. When this property is set, Sorted cannot be set to true.

run\JvColorCombo.pas


Description

The TJvFontComboOption type defines values that control the appearance and behavior of a font combo box. TJvFontComboOptions is a set of TJvFontComboOption values. The following table lists the possible values:

run\JvColorCombo.pas


See Also

TJvFontComboBox.Options

run\JvColorCombo.pas


About

Navigation

no pages or subcategories

run\JvColorCombo.pas



Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page