Click or drag to resize
CanvasFontFaceHasTypographicMetrics Property
Gets whether the ascent, descent, and lineGap are based on newer 'typographic' values in the font, rather than legacy values.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public bool HasTypographicMetrics { get; }

Property Value

Type: Boolean
See Also