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 = 0No normalization; each font renders at its own design size.
public static readonly FontNormalizeMetric XHeight = 1Match lowercase x-height to the primary font. Best for body text.
public static readonly FontNormalizeMetric CapHeight = 2Match capital cap-height to the primary font. Best for all-caps or symbol fonts.
