SetAutomaticFontFallback

Text, fonts

Opis

Povolí alebo zakáže vstavaných kandidátov font fallbacku používaných pre chýbajúce utvarované clustery

Syntax

Delphi

Function TPDFlib.SetAutomaticFontFallback(Enable: Integer): Integer;

ActiveX

Function PDFlib::SetAutomaticFontFallback(Enable As Long) As Long

DLL

int DLSetAutomaticFontFallback(int InstanceID, int Enable);

Parameters

Enable0 disables the built-in candidates; any other value enables them

Return values

Vráti predchádzajúci stav ako 0 alebo 1

Poznámky

Automatický fallback je predvolene povolený a vyberá nainštalované face vhodné pre CJK, symboly, emoji, matematiku a komplexné skripty

Faces added with AddFontFallback remain active when the built-in candidates are disabledOnly clusters missing from the primary face use fallback, and unresolved clusters continue through the configured missing-glyph policy

See also

GetAutomaticFontFallback, ClearFontFallbacks, SetMissingGlyphPolicy