[]
protected override void DrawGlyphs(Font font, ushort[] glyphs, float[] glyphAdvances, string[] glyphUtf16, int length, Color color, Matrix3x2 matrix)
| Type | Name | Description |
|---|---|---|
| Font | font | |
| ushort[] | glyphs | |
| float[] | glyphAdvances | |
| string[] | glyphUtf16 | |
| int | length | |
| Color | color | |
| Matrix3x2 | matrix |
protected override void DrawGlyphs(CffTable font, ushort[] glyphs, float[] glyphAdvances, string[] glyphUtf16, int length, Color color, Matrix3x2 matrix)
| Type | Name | Description |
|---|---|---|
| CffTable | font | |
| ushort[] | glyphs | |
| float[] | glyphAdvances | |
| string[] | glyphUtf16 | |
| int | length | |
| Color | color | |
| Matrix3x2 | matrix |