GetFormFontName

Fonts, Form fields

Description

Returns the name of the font with the specified index.

Syntax

Delphi

function TPDFlib.GetFormFontName(FontIndex: Integer): WideString;

ActiveX

Function PDFlib::GetFormFontName(FontIndex As Long) As String

DLL

wchar_t * DLGetFormFontName(int InstanceID, int FontIndex);

Parameters

FontIndexThe index of the font to work with. The first font in the form has an index of 1. Use GetFormFontCount to determine the number of fonts available in the form.