[C#] | public void setFontTable(int index, string font); |
[VB] | Public Sub setFontTable(index As Integer, font As String) |
ChartDirector 7.1 (.NET Edition)
DrawArea.
Usage
[C#] | public void setFontTable(int index, string font); |
[VB] | Public Sub setFontTable(index As Integer, font As String) |
Description
Arguments
Argument | Default | Description |
---|---|---|
index | (Mandatory) | An index to the font table, starting from 0. |
font | (Mandatory) | The font name to be put into the font table. |
Return Value