DrawGlyphs Method (C1PdfDocument)
Draws a string by glyphs.
Parameters
- text
- The text string.
- glyphs
- The glyphs array for the text string.
- widths
- The widths array for the text string.
- fss
- The font subset for text drawing.
- fontSize
- The font size for text drawing.
- brush
- The object that determines the color for text drawing.
- pt
- The start point for text drawing.
- matrix
- The translate matrix for text drawing.
- widthCoeff
- The width coefficient applied to characters. The default is 1.0, use 2.0 for double width and so on.
- vertical
- The vertical flag for text drawing. Common for CJK texts.