mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-15 04:24:28 +00:00
![]() ttf is an industry standard format that is the most widely used in the products. Now thorvg supports the basic features of the font to supplement the text drawing. The implementation is followed the ttf spec, the covered features are: - horizontal layouting with kerning. - utf8 -> utf32 converted glyph drawing. To use the feature, please enable ttf loader: $meson -Dloaders="ttf_beta, ..." @Issue: https://github.com/thorvg/thorvg/issues/969 |
||
---|---|---|
.. | ||
meson.build | ||
tvgArray.h | ||
tvgBezier.cpp | ||
tvgBezier.h | ||
tvgCompressor.cpp | ||
tvgCompressor.h | ||
tvgFormat.h | ||
tvgInlist.h | ||
tvgMath.cpp | ||
tvgMath.h | ||
tvgStr.cpp | ||
tvgStr.h |