Description
Свойство определяет, какой шрифт отображается в строке редактора компоненты
TFontComboBox. Когда пользователь выбирает в выпадающем списке новый шрифт,
выбранный шрифт становится значением свойства FontName. Значение свойства Text
также изменяется и становится равным имени выбранного шрифта.
Description
Свойство определяет, какие шрифты из доступных в системе на момент выполнения
программы будут отображаться в списке выбора компоненты TFontComboBox. Допустимые
значения для свойства Device:
fdScreen — экранные шрифты;
fdPrinter — принтерные шрифты;
fdBoth — экранные и принтерные шрифты.
Description
Возможные значения, которые могут быть вкючены в Options set для TFontComboBox:
- foAnsiOnly — If True, the user can select fonts that use the Windows character set only; that is, the user can't choose a font that contains only symbols because they aren't displayed in the Font combo box.
- foTrueTypeOnly — If True, only TrueType fonts are displayed
in the Font combo box.
- foFixedPitchOnly — If True, only monospaced fonts are displayed
in the Font combo box.
- foNoOEMFonts — If True, only fonts that aren't vector fonts
are displayed in the Font combo box.
- foOEMFontsOnly — If True, only OEM fonts are displayed in
the Font combo box.
- foScalableOnly — If True, only fonts that can be scaled
are displayed in the Font combo box.
The default value is [].