ApplyTamilReorder
Signatuur
function ApplyTamilReorder(const Wide: UnicodeString): UnicodeString;
Doel
Past de Tamil-herschikking toe op Wide en retourneert een UnicodeString die klaar is voor cmap en GSUB. Tekst buiten Tamil blijft byte-stabiel
Dekking
- Tamil gebruikt scriptrecord
tamlvoor U+0B80-U+0BFF. De dekking omvatR2-R5 with Tamil split-matra handling and no Rephaen behoudt het API-gedrag voor producer-side shaping ApplyIndicReorderdispatches to this helper when the active codepoint range matches U+0B80-U+0BFF
Voorbeeld
var
Wide: UnicodeString;
begin
// Input: KA (U+0B95) + O-matra (U+0BCA, split)
Wide:= Doc.ApplyTamilReorder(#$0B95#$0BCA);
// Wide is now: E (U+0BC6) + KA + AA (U+0BBE) (canonical decomposition)
end;
Zie ook
ApplyIndicReorder- DekkingGetTamilCategory- Tamil category lookup
Standaarden
- Unicode 16.0 U+0B80-U+0BFF
- ISO 32000-1 ยง9.10
- OpenType Tamil shaping specification
Versiegeschiedenis
- v2.119.73 - Toegevoegd als onderdeel van de HotPDF Indic-vormingsbatch