SetFonts

Top  Previous  Next

 

SetFonts (Method)

 

Defines all the font names and their associated font character sets

 

Syntax:

Function SetFonts(sFonts() As String, lFontsSet() As Integer) As Boolean

 

The SetFonts method syntax consists of the following:

Parameter

Data Type

Description

sFonts()

String

An array of Strings for the names of the fonts

lFontsSet()

Integer

An array of Integers for the font character sets

 

Return value:

Boolean - True on success, false on error

 

Example