Docsv2.12.12
Back to API Reference
Enum

FontNormalizeMetric

Reference metric for matching each font's visual size to the primary font (CSS font-size-adjust).

public static readonly FontNormalizeMetric None = 0

No normalization; each font renders at its own design size.

public static readonly FontNormalizeMetric XHeight = 1

Match lowercase x-height to the primary font. Best for body text.

public static readonly FontNormalizeMetric CapHeight = 2

Match capital cap-height to the primary font. Best for all-caps or symbol fonts.