SelectFont

concerns

The SelectFont attribute function selects a character set of the variable's PDF document.

 

Syntax

SelectFont(FontID)

Return value

Type

Description

Long

0 if successful

Parameter

Use

Name

Type

Passing

Description

Required

FontID

Long

ByVal

Font ID of the character set

 

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.