編集

Font.TryGetVerticalFontExtents(FontExtents) Method

Definition

Tries to get the vertical extents of the font.

public bool TryGetVerticalFontExtents(out HarfBuzzSharp.FontExtents extents);

Parameters

extents
FontExtents

Returns the vertical font extents.

Returns

true if the extents were found; otherwise, false.

Remarks

Extents include ascender, descender, and line gap values for vertical text.

Applies to