[VB] | Public Sub setFontStyle(font As String [, fontIndex As Integer ]) |
[C#] | public void setFontStyle(string font [, int fontIndex ]); |
ChartDirector 5.1 (.NET Edition)
TextBox.setFontStyle
Usage
[VB] | Public Sub setFontStyle(font As String [, fontIndex As Integer ]) |
[C#] | public void setFontStyle(string font [, int fontIndex ]); |
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