[]
Draws text.
protected void DrawText(Point pt, string text, string fontName, float fontSize, C1FontWeight weight, C1FontStretch stretch, bool italic, C1TextDecoration decor, Color color, float[] advances, byte[] panose, bool vertical, int bidiLevel, double offset)
Protected Sub DrawText(pt As Point, text As String, fontName As String, fontSize As Single, weight As C1FontWeight, stretch As C1FontStretch, italic As Boolean, decor As C1TextDecoration, color As Color, advances As Single(), panose As Byte(), vertical As Boolean, bidiLevel As Integer, offset As Double)
| Type | Name | Description |
|---|---|---|
| Point | pt | |
| string | text | |
| string | fontName | |
| float | fontSize | |
| C1FontWeight | weight | |
| C1FontStretch | stretch | |
| bool | italic | |
| C1TextDecoration | decor | |
| Color | color | |
| float[] | advances | |
| byte[] | panose | |
| bool | vertical | |
| int | bidiLevel | |
| double | offset |