AddFont

concerns

The AddFont attribute function adds a character set to the variable's PDF document.

 

Syntax

AddFont(Font)

Return value

Type

Description

Long

Font ID of the added character set

Parameter

Use

Name

Type

Passing

Description

Required

Font

Font

ByVal

Character set to be added to PDF document.

 

Before a PDF document of a variable can be modified, the BeginModify attribute function must be called. After the changes, the EndModify attribute function must be called.