[]
HRESULT IDWriteFontFace1::GetKerningPairAdjustments([In] unsigned int glyphCount,[In, Buffer] const unsigned short* glyphIndices,[Out, Buffer] int* glyphAdvanceAdjustments)
public void GetKerningPairAdjustments(int glyphCount, short[] glyphIndices, int[] glyphAdvanceAdjustments)
| Type | Name | Description |
|---|---|---|
| int | glyphCount | |
| short[] | glyphIndices | |
| int[] | glyphAdvanceAdjustments |