SetFontName

Top  Previous  Next

 

SetFontName (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

Is the position (index) in the font table

sFontName

String

Is the font name for the specific index

lFontSet

Integer

Is the font character set

 

Example