mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 12:47:58 +03:00
![]() The time-consuming O(n^2) loop that compared user string characters with all possible glyphs has been replaced by `uthash` lookups for improved glyph lookup speed. This requires precise glyph size knowledge, which involves some additional parsing. An added benefit is improved handling of unknown Unicode glyphs: by moving through entire codepoints rather than incrementing the pointer by 1 byte, the process avoids ending in the middle of an incomplete UTF-8 codepoint. |
||
---|---|---|
.. | ||
buttons.png | ||
glyphs.png | ||
mapping.txt | ||
mapping_basic_latin.txt | ||
mapping_combining_diactrics.txt | ||
mapping_cyrillic.txt | ||
mapping_greek_and_coptic.txt | ||
mapping_icons.txt | ||
mapping_latin-1_supplement.txt | ||
mapping_latin_extended-a.txt | ||
mapping_latin_extended-b.txt | ||
mapping_latin_extended_additional.txt | ||
mapping_misc.txt |