5 ClearTypeLevel
Samantha Glocker edited this page 2018-11-10 15:01:58 +10:30

ClearTypeLevel allows you to specify the amount of grayscale anti-aliasing blended with ClearType anti-aliasing (RGB or GRB aligned anti-aliasing) that's applied to the font outline.

For example a setting of 0 uses only grayscale anti-aliasing for DirectWrite fonts. A setting of 1 uses only ClearType. A setting of 0.5 would blend equally between the two types of anti-aliasing.

Example use:

[DirectWrite]
ClearTypeLevel=0.8

Min: 0

Max: 1.0


Default: 1.0