SetFontName
MethodSetFontName (Method)
Sets the font name and the character set for the specific font table index
Syntax:
Sub SetFontName(Index As Short, sFontName As String, lFontSet As Integer)
The SetFontName method syntax consists of the following:
Parameter |
Data Type |
Description |
Index |
Short |
The position (index) in the font table |
sFontName |
String |
The font name for the specific index |
lFontSet |
Integer |
The font character set |