ApplyGujaratiReorder
Signatur
function ApplyGujaratiReorder(const Wide: UnicodeString): UnicodeString;
Syfte
Tillämpar Gujarati-omordningen på Wide och returnerar en UnicodeString klar för cmap och GSUB. Text utanför Gujarati förblir byte-stabil
Täckning
- Gujarati använder scriptposten
gujrför U+0A80-U+0AFF. Täckningen omfattarR1-R5 with no split matrasoch bevarar API-beteendet för producer-side shaping ApplyIndicReorderdispatches to this helper when the active codepoint range matches U+0A80-U+0AFF
Exempel
var
Wide: UnicodeString;
begin
// Input: KA + AA(post) + U(below) + E(above) + I(pre)
Wide:= Doc.ApplyGujaratiReorder(#$0A95#$0ABE#$0AC1#$0AC7#$0ABF);
// Wide is now: I + KA + E + U + AA (canonical 5-buffer order)
end;
Se även
ApplyIndicReorder- TäckningGetGujaratiCategory- Gujarati category lookup
Standarder
- Unicode 16.0 U+0A80-U+0AFF
- ISO 32000-1 §9.10
- OpenType Gujarati shaping specification
Versionshistorik
- v2.119.72 - Införd som del av HotPDF:s Indic shaping-batch