[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.GcPdfGraphics.DrawGlyphs

DrawGlyphs Method

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

For internal use only.

Declaration
public override void DrawGlyphs(Font font, ushort[] glyphs, float[] glyphAdvances, string[] glyphUtf16, int length, Color color, Matrix3x2 matrix)
Public 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
Type Name Description
Font font
ushort[] glyphs
float[] glyphAdvances
string[] glyphUtf16
int length
Color color
Matrix3x2 matrix
Overrides