GetFonts

Top  Previous  Next

 

GetFonts (Method)

 

This function returns the total number, names and character sets of all the fonts

 

Syntax:

Function GetFonts(sFonts() As String, lFontsSet() As Integer) As Short

 

The GetFonts method syntax consists of the following:

Parameter

Data Type

Description

sFonts()

String

An array of Strings for the fonts

lFontsSet()

Integer

An array of Integers for the character sets

 

Return value:

Short - Is the total number of the fonts

 

Example