Rediger

Font.GetVerticalGlyphAdvances Method

Definition

Overloads

Name Description
GetVerticalGlyphAdvances(ReadOnlySpan<UInt32>)

Gets the vertical advance heights of multiple glyphs.

GetVerticalGlyphAdvances(IntPtr, Int32)

Gets the vertical advance heights of multiple glyphs.

GetVerticalGlyphAdvances(ReadOnlySpan<UInt32>)

Gets the vertical advance heights of multiple glyphs.

public int[] GetVerticalGlyphAdvances(ReadOnlySpan<uint> glyphs);

Parameters

glyphs
ReadOnlySpan<UInt32>

The span of glyph IDs.

Returns

Int32[]

An array of vertical advances in font units.

Applies to

GetVerticalGlyphAdvances(IntPtr, Int32)

Gets the vertical advance heights of multiple glyphs.

public int[] GetVerticalGlyphAdvances(IntPtr firstGlyph, int count);

Parameters

firstGlyph
IntPtr

A pointer to the first glyph ID.

count
Int32

The number of glyphs.

Returns

Int32[]

An array of vertical advances in font units.

Applies to