SetHTMLBoldItalicFont

Text, HTML text

Description

Specifies the font to use when both <b> or <strong> and <em> or <i> tags are encountered when using DrawHTMLText or DrawHTMLTextBox.

Syntax

Delphi

function TPDFlib.SetHTMLBoldItalicFont(Const FontSet: WideString; FontID: Integer): Integer;

ActiveX

Function PDFlib::SetHTMLBoldItalicFont(FontSet As String, FontID As Long) As Long

DLL

int DLSetHTMLBoldItalicFont(int InstanceID, wchar_t * FontSet, int FontID);

Parameters

FontSetThe name of the font set to use. For this version of the library it should always be "Default".
FontIDThe ID of the font to use

Return values

0The specified FontID is not a valid font
1The font was set successfully