UpdateTrueTypeSubsettedFont

Text, Fonts

Description

Updates the selected font with a new subset.

This can only be done if the font was originally created using AddTrueTypeSubsettedFont using Options 2, 3, 4 or 5.

Syntax

Delphi

function TPDFlib.UpdateTrueTypeSubsettedFont(Const SubsetChars: WideString): Integer;

ActiveX

Function PDFlib::UpdateTrueTypeSubsettedFont(SubsetChars As String) As Long

DLL

int DLUpdateTrueTypeSubsettedFont(int InstanceID, wchar_t * SubsetChars);

Parameters

SubsetCharsThe new list of characters to include in the font subset in addition to the existing characters.

Return values

0Could not update the font subset
1Success