[]
HRESULT IDWriteFontFace1::GetGdiCompatibleGlyphAdvances([In] float emSize,[In] float pixelsPerDip,[In, Optional] const DWRITE_MATRIX* transform,[In] BOOL useGdiNatural,[In] BOOL isSideways,[In] unsigned int glyphCount,[In, Buffer] const unsigned short* glyphIndices,[Out, Buffer] int* glyphAdvances)
public void GetGdiCompatibleGlyphAdvances(float emSize, float pixelsPerDip, Matrix3x2? transform, Bool useGdiNatural, Bool isSideways, int glyphCount, short[] glyphIndices, int[] glyphAdvances)
| Type | Name | Description |
|---|---|---|
| float | emSize | |
| float | pixelsPerDip | |
| Matrix3x2? | transform | |
| Bool | useGdiNatural | |
| Bool | isSideways | |
| int | glyphCount | |
| short[] | glyphIndices | |
| int[] | glyphAdvances |