Skip to content
Member Filters
Show Inherited
Show Protected
Show abstract
GR32_Backends🞂IFontHintingSupportInterface

IFontHintingSupport

Interface for configuring text font hinting modes (deprecated).

Declaration ​

pascal
IFontHintingSupport = interface(IUnknown)

Description ​

IFontHintingSupport provides text hinting options (TTextHinting).

Deprecated

Font hinting settings are deprecated and no longer active. See IGNORE_HINTING_DEPRECATED in GR32.inc.

Properties ​

PropertyTypeAccessDescription
HintingTTextHintingRead/WriteActive font hinting mode (thNone, thNoHorz, thHinting).

Methods ​

  • function GetHinting: TTextHinting;
  • procedure SetHinting(Value: TTextHinting);