thorvg/test
Łukasz Pomietło dc0029a7e1
ttf_loader: Basic support for composite glyphs loading (#2600)
Adds the ability to load some composite glyphs and prevents an error when a composite glyph is used.

Implementation based on ttf glyf table documentation: https://learn.microsoft.com/en-us/typography/opentype/spec/glyf

There are still some missing features like scaling, parent glyph point based positioning etc. I think this is a topic for future work. Howerever, it looks like implemented features are enough for utf-8 latin subset in major fonts.

issue: #2599
2024-07-31 12:51:22 +09:00
..
capi tests: version api tests 2024-07-18 12:47:58 +09:00
regression common: fix 178+ spelling errors 2024-07-01 21:58:46 +09:00
resources tests: ++coverage 2024-06-26 22:06:19 +09:00
catch.hpp test: upgrade catch2 2023-01-30 13:28:44 +09:00
meson.build test: clean up test suites 2024-05-18 18:10:50 +09:00
testAccessor.cpp API: revise the APIs. 2024-07-05 21:25:58 +09:00
testAnimation.cpp API: revise the APIs. 2024-07-05 21:25:58 +09:00
testFill.cpp API: revise the APIs. 2024-07-05 21:25:58 +09:00
testInitializer.cpp tests: version api tests 2024-07-18 12:47:58 +09:00
testLottie.cpp API: revise the APIs. 2024-07-05 21:25:58 +09:00
testMain.cpp tests: introduce catch2 unit tests infrastructure. 2021-06-04 16:46:34 +09:00
testPaint.cpp renderer: Rectified the paint transforms. 2024-07-07 21:43:30 +09:00
testPicture.cpp API: revise the APIs. 2024-07-05 21:25:58 +09:00
testSavers.cpp tests: add missing capi saver tests & ifdefs 2024-06-20 00:03:07 +09:00
testScene.cpp API: revise the APIs. 2024-07-05 21:25:58 +09:00
testShape.cpp API: revise the APIs. 2024-07-05 21:25:58 +09:00
testSwCanvas.cpp common: fix 178+ spelling errors 2024-07-01 21:58:46 +09:00
testSwEngine.cpp tests: ++coverage 2024-06-26 22:06:19 +09:00
testText.cpp ttf_loader: Basic support for composite glyphs loading (#2600) 2024-07-31 12:51:22 +09:00