Table of Contents

Property Hinting

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Hinting

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

public SKFontHinting Hinting { get; set; }

Property Value

SKFontHinting

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.