DrawGlyphs Method
DrawGlyphs(Font, ushort[], float[], string[], int, Color, Matrix3x2)
Declaration
[CLSCompliant(false)]
protected override void DrawGlyphs(Font font, ushort[] glyphs, float[] glyphAdvances, string[] glyphUtf16, int length, Color color, Matrix3x2 matrix)
<CLSCompliant(False)>
Protected Overrides Sub DrawGlyphs(font As Font, glyphs As UShort(), glyphAdvances As Single(), glyphUtf16 As String(), length As Integer, color As Color, matrix As Matrix3x2)
Parameters
Overrides
DrawGlyphs(CffTable, ushort[], float[], string[], int, Color, Matrix3x2)
Declaration
[CLSCompliant(false)]
protected override void DrawGlyphs(CffTable font, ushort[] glyphs, float[] glyphAdvances, string[] glyphUtf16, int length, Color color, Matrix3x2 matrix)
<CLSCompliant(False)>
Protected Overrides Sub DrawGlyphs(font As CffTable, glyphs As UShort(), glyphAdvances As Single(), glyphUtf16 As String(), length As Integer, color As Color, matrix As Matrix3x2)
Parameters
Overrides