ApplyMalayalamReorder
Signatur
function ApplyMalayalamReorder(const Wide: UnicodeString): UnicodeString;
Syfte
Tillämpar Malayalam-omordningen på Wide och returnerar en UnicodeString klar för cmap och GSUB. Text utanför Malayalam förblir byte-stabil
Täckning
- Malayalam använder scriptposten
mlymför U+0D00-U+0D7F. Täckningen omfattarR1, R2, R4, R5, split matras, chillu letters, and DOT REPHoch bevarar API-beteendet för producer-side shaping ApplyIndicReorderdispatches to this helper when the active codepoint range matches U+0D00-U+0D7F
Exempel
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;
Se även
ApplyIndicReorder- TäckningGetMalayalamCategory- Malayalam category lookup
Standarder
- Unicode 16.0 U+0D00-U+0D7F
- ISO 32000-1 §9.10
- OpenType Malayalam shaping specification
Versionshistorik
- v2.119.76 - Införd som del av HotPDF:s Indic shaping-batch