LoadFonts

Top  Previous  Next

 

LoadFonts (Method)

 

Loads the font table from a external AVAX font file

 

Syntax:

Function LoadFonts(sFontFile As String) As Boolean

 

The LoadFonts method syntax consists of the following:

Parameter

Data Type

Description

sFontFile

String

Is the name of the file

 

Return value:

Boolean - True on successfull load, false on fail.

 

Example