[]
        
(Showing Draft Content)

C1.Document.Util.C1HtmlGraphics.DrawVertGlyphs

DrawVertGlyphs Method

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

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

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

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