[]
HRESULT IDWriteFontFace1::GetDesignGlyphAdvances([In] unsigned int glyphCount,[In, Buffer] const unsigned short* glyphIndices,[Out, Buffer] int* glyphAdvances,[In] BOOL isSideways)
public void GetDesignGlyphAdvances(int glyphCount, short[] glyphIndices, int[] glyphAdvances, Bool isSideways)
| Type | Name | Description |
|---|---|---|
| int | glyphCount | |
| short[] | glyphIndices | |
| int[] | glyphAdvances | |
| Bool | isSideways |