Font Module

Module for fonts on a PDF document.

This module describes the functions and structures that allow you to specify fonts in a document.

Parameters

pcFontName: The name of the font

pbFontSupported: true if the font can be used, false if not.

ppcFontPSName: The internal font name as used in PDF. This name should be used in Javascript code to set a font with function textFont.

Returns

A3D_SUCCESS in case of success or an error code

Functions