thorvg/src/loaders/ttf
Łukasz Pomietło 31e7d44a92
loader/ttf: Spaces and invalid glyphs rendering fix
If for any reason an invalid glyph is found in text, 
it will now be skipped when rendering 
(instead of increasing offset by last valid glyph advance).

Issue: #2687
2024-09-02 17:44:31 +09:00
..
meson.build loader/ttf: introduce a new sfnt(scalable font) loader. 2023-12-25 12:40:12 +09:00
tvgTtfLoader.cpp loader/ttf: Spaces and invalid glyphs rendering fix 2024-09-02 17:44:31 +09:00
tvgTtfLoader.h renderer/text: fix a missing text update 2024-08-28 21:30:16 +09:00
tvgTtfReader.cpp loader/ttf: Spaces and invalid glyphs rendering fix 2024-09-02 17:44:31 +09:00
tvgTtfReader.h ttf_loader: Basic support for composite glyphs loading (#2600) 2024-07-31 12:51:22 +09:00