[]
        
(Showing Draft Content)

C1.Document.Util.C1HtmlGraphics.DrawGlyphs

DrawGlyphs Method

DrawGlyphs(Font, ushort[], float[], string[], int, Color, Matrix3x2)

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

DrawGlyphs(CffTable, ushort[], float[], string[], int, Color, Matrix3x2)

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