Module FontHintingPreferenceEnums

FontHintingPreference

Font hinting options. Hinting refers to the adjustments in the outline-filling process of a glyph, so that the glyph lines up within the rasterized grid.

Since Kanzi 3.9.0

NoHinting

Render text without hinting the outlines of glyphs.

NativeHinting

Enable hinting. Prefer native hinter of the font over the auto-hinter of the rasterizer.

AutoHinting

Enable hinting. Prefer auto-hinter of the rasterizer over the native hinter of the font.