Font.rasterizer

Function/Meaning
String rendering method
Type
Property of Font class (read/write)
Description
Represents the string rendering method. You can also set the value.
Specify one of the following values.
frGDI : Renders characters using GDI
frFreeType : Renders characters using FreeType
When FreeType is specified, only horizontal writing is supported. Others are not supported.
This property is static. Use Font.rasterizer to set the value.