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