[]
        
(Showing Draft Content)

C1.Document.Util.C1HtmlGraphics.DrawText

DrawText Method

DrawText(Point, string, string, float, C1FontWeight, C1FontStretch, bool, C1TextDecoration, Color, float[], byte[], bool, int, double)

Draws text.

Declaration
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)
Parameters
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