ApplyMalayalamReorder
Signatuur
function ApplyMalayalamReorder(const Wide: UnicodeString): UnicodeString;
Doel
Past de Malayalam-herschikking toe op Wide en retourneert een UnicodeString die klaar is voor cmap en GSUB. Tekst buiten Malayalam blijft byte-stabiel
Dekking
- Malayalam gebruikt scriptrecord
mlymvoor U+0D00-U+0D7F. De dekking omvatR1, R2, R4, R5, split matras, chillu letters, and DOT REPHen behoudt het API-gedrag voor producer-side shaping ApplyIndicReorderdispatches to this helper when the active codepoint range matches U+0D00-U+0D7F
Voorbeeld
var
Wide: UnicodeString;
begin
// Input: KA (U+0D15) + O-matra (U+0D4A, split into pre + post)
Wide:= Doc.ApplyMalayalamReorder(#$0D15#$0D4A);
// Wide is now: E (U+0D46, pre) + KA + AA (U+0D3E, post)
end;
Zie ook
ApplyIndicReorder- DekkingGetMalayalamCategory- Malayalam category lookup
Standaarden
- Unicode 16.0 U+0D00-U+0D7F
- ISO 32000-1 ยง9.10
- OpenType Malayalam shaping specification
Versiegeschiedenis
- v2.119.76 - Toegevoegd als onderdeel van de HotPDF Indic-vormingsbatch