Table of Contents

Field Hinting

Namespace
Alternet.Skia
Assembly
Alternet.UI.Common.dll

Gets or sets default value for Hinting which is used when font is converted to SKFont.

public static SKFontHinting Hinting

Returns

SKFontHinting
Gets or sets default value for which is used when font is converted to .

Remarks

This affects glyph shape adjustments to align better with pixel grids. It's about how much the font is "nudged" to look sharper at small sizes. None: No hinting — glyphs retain their original shape, may look blurry at small sizes. Slight: Minimal adjustments — preserves more of the original design. Normal: Balanced hinting — improves legibility without heavy distortion. Full: Aggressive hinting — maximizes sharpness, may distort glyph proportions.