|
THotPDF-Subset- und ToUnicode-Zuordnungsmethoden für die Schriftgestaltung THotPDF API reference
|
THotPDF Methoden Auto Shaping GSUB |
|
Dokumentiert die Glyphen-Subset- und ToUnicode-Strukturen, die dafür sorgen, dass gestaltete GIDs korrekt gerendert und extrahiert werden
Delphi syntax procedure EnableShapingFeatureForSubset(const FeatureTag: AnsiString); overload; procedure EnableShapingFeatureForSubset(Feature: THPDFShapingFeature); overload; procedure MarkUnicodeGlyphUsed(GID: Word); procedure RegisterToUnicodeReverseMapping(SubstCodepoint: Cardinal; const SourceCodepoints: array of Cardinal); procedure ClearToUnicodeReverseMappings; function ToUnicodeReverseMappingCount: Integer; function AssignSyntheticCodepointForGID(GID: Word; out SyntheticCP: Word): Boolean; function GetSyntheticCodepointForGID(GID: Word): Word; procedure MarkSyntheticCpRTL(Cp: Word); function IsRTLSyntheticCp(Cp: Word): Boolean; function IsRTLSyntheticGID(GID: Word): Boolean;
Covered APIs
Verwendungshinweise Verwenden Sie diese APIs, wenn ein Gestaltungsworkflow Glyphen-IDs ausgibt, die über einen normalen Unicode-cmap-Eintrag nicht erreichbar sind; synthetische Codepunkte leiten das Rendering über CIDToGIDMap, während Umkehrzuordnungen die ursprünglichen Quell-Codepunkte für die Textextraktion wiederherstellen
See also: AssignSyntheticCodepointForGID GSUB-Lookup-Methoden Indic-Schriftgestaltungsmethoden |