[C#] | public void setFontStyle(string font [, int fontIndex ]); |
[VB] | Public Sub setFontStyle(font As String [, fontIndex As Integer ]) |
ChartDirector 7.1 (.NET Edition)
TextBox.
Usage
[C#] | public void setFontStyle(string font [, int fontIndex ]); |
[VB] | Public Sub setFontStyle(font As String [, fontIndex As Integer ]) |
Description
Arguments
Argument | Default | Description |
---|---|---|
font | (Mandatory) | The font name. |
fontIndex | 0 | The font index in case the font name refers to a font collection. An index of 0 means the first font. |
Return Value