[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.GcPdfGraphics.DrawVertGlyphs

DrawVertGlyphs Method

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

For internal use only.

Declaration
public override void DrawVertGlyphs(Font font, ushort[] glyphs, float[] glyphAdvances, float[] glyphVx, float[] glyphVy, string[] glyphUtf16, int length, Color color, Matrix3x2 matrix)
Public Overrides Sub DrawVertGlyphs(font As Font, glyphs As UShort(), glyphAdvances As Single(), glyphVx As Single(), glyphVy As Single(), glyphUtf16 As String(), length As Integer, color As Color, matrix As Matrix3x2)
Parameters
Type Name Description
Font font
ushort[] glyphs
float[] glyphAdvances
float[] glyphVx
float[] glyphVy
string[] glyphUtf16
int length
Color color
Matrix3x2 matrix
Overrides