GetFontName

Top  Previous  Next

 

GetFontName (Method)

 

Returns the font name and the character set for the specific font table index

 

Syntax:

Sub GetFontName(Index As Short, sFontName As String, lFontSet As Integer)

 

The GetFontName method syntax consists of the following:

Parameter

Data Type

Description

Index

Short

Is the Font Table's position

sFontName

String

Is the font name

lFontSet

Integer

Is the font character set

 

Example