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 LongDLL
int DLUpdateTrueTypeSubsettedFont(int InstanceID, wchar_t * SubsetChars);Parameters
| SubsetChars | The new list of characters to include in the font subset in addition to the existing characters. |
|---|
Return values
| 0 | Could not update the font subset |
|---|---|
| 1 | Success |