Font.GetVerticalGlyphAdvances Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
An array of vertical advances in font units.