GetGujaratiCategory

Signature

function GetGujaratiCategory(CP: Cardinal): Integer;

Purpose

Returns the HotPDF syllabic category used by the Gujarati reorder pre-pass. The function is a codepoint lookup, needs no font state, and returns category 0 for values outside the Gujarati range

Return values

CodeCategoryExample codepoints
0Otherfallback or outside range
1ConsonantGujarati consonants
2Independent vowelGujarati vowel letters
3MatraGujarati dependent vowel signs
4Viramahalant or virama
5Nuktanukta mark where the script uses one
6Binduchandrabindu or anusvara
7Visargavisarga sign
9DigitGujarati digits

Notes

The category values feed the same reorder pipeline used by ApplyGujaratiReorder and by the full Indic dispatcher

See also

Version history

  • v2.119.72 - Introduced as part of the HotPDF Indic shaping batch