Font.rasterizer

Function/Meaning
Character string drawing method
Type
Font Class Properties
Explanation

Indicates the character string drawing method.
You can also set the value.
Specify one of the following values (always FreeType except on Windows).

  • frGDI : Draw characters using GDI (Windows version only)
  • frFreeType : Draw characters using FreeType

If FreeType is specified, only horizontal writing is supported.
Others are not supported.
This property is static.
Use Font.rasterizer to set the value.
From the multi-platform version, the default is FreeType.