JCL Help:TFontType

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Defines which font type will be applied to objects.


Pascal

 public TFontType = (
ftAuto,
ftCaption,
ftContent
);


Description

Here are the possible values for TFontType:

  • ftAuto - The font type (style) will be selected automatically based on object type (TFont, TMemo, TRichEdit or others).
  • ftCaption - The font type will be forced to "Caption" style. It usually applies to anything different from TMemo and TRichEdit objects. Here are the fonts used:* Segoe UI 9 on Windows Vista/Server 2008* Tahoma 8 on Windows 2000/XP* MS Sans Serif 8 on other Windows versions
  • ftContent - The font type will be forced to "Content" style. It usually applies to TMemo and TRichEdit objects. Here are the fonts used:* Calibri UI 9 on Windows Vista/Server 2008* Verdana 8 on Windows 2000/XP* MS Sans Serif 8 on other Windows versions


See Also

SetObjectFontToSystemFont


About

Unit

JclFont


Navigation

no pages or subcategories

Donator

Jean-Fabien Connault


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