[C#] | public TTFText text3(string str, string font, double fontSize); |
[VB] | Public Function text3(str As String, font As String, fontSize As Double) As TTFText |
ChartDirector 7.1 (.NET Edition)
DrawArea.
Usage
[C#] | public TTFText text3(string str, string font, double fontSize); |
[VB] | Public Function text3(str As String, font As String, fontSize As Double) As TTFText |
Description
Arguments
Argument | Default | Description |
---|---|---|
str | (Mandatory) | A string representing the text to be drawn. CDML |
font | (Mandatory) | The font name. See Font Specification for details on various font attributes. |
fontSize | (Mandatory) | The font size in points. |
Return Value