mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-07 21:23:32 +00:00
![]() To enable glyph-to-character mapping, it is necessary to include information in GlyphMetrics indicating which indices of the original text each glyph corresponds to. Since characters encoded with multiple utf8 bytes still result in a single glyph, both the starting index in the utf8 string and the byte length must be stored. This allows accurate mapping between glyphs and their original text representation. |
||
---|---|---|
.. | ||
meson.build | ||
thorvg.h |