Table of Contents

Field Edging

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

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

public static SKFontEdging Edging

Returns

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

Remarks

This controls how glyph edges are rendered — whether they are aliased, anti-aliased, or subpixel-rendered. Alias: No smoothing — edges are jagged and pixelated. Antialias: Smooths edges using grayscale blending. SubpixelAntialias: Uses RGB subpixels for sharper text on LCD screens (best for UI clarity).