SaveFonts

Top  Previous  Next

 

SaveFonts (Method)

 

Saves the font table to a external font file

 

Syntax:

Function SaveFonts(sFontFile As String) As Boolean

 

The SaveFonts method syntax consists of the following:

Parameter

Data Type

Description

sFontFile

String

Is the name of the file in which the font table is saved

 

Return value:

Boolean - True on success, false on error.

 

Example