Hermet Park
05d4d05f59
examples/text: hotfix
...
corrected wrong arguments.
2024-09-30 16:44:21 +09:00
Josh Soref
e3c66db301
common: fix 178+ spelling errors
2024-09-30 12:41:38 +09:00
Hermet Park
38765b7ac0
examples: replace the efl toolkit with sdl
...
see also: https://www.libsdl.org/
issue: https://github.com/thorvg/thorvg/issues/1244
2024-06-27 14:42:27 +09:00
Mira Grudzinska
7ec67baf9a
examples: ensure the file is closed
...
In case of an error during memory allocation
for file data, the file was not closed.
2024-06-24 14:53:32 +09:00
Hermet Park
bfcde7403e
examples: ++ function name alignment
2024-06-24 14:51:04 +09:00
Mira Grudzinska
c35b731f0f
example: load font from memory in Text.cpp
2024-06-24 14:50:22 +09:00
Hermet Park
26e04611e6
infra: move the examples folder outside of the source directory.
...
examples are not considered a feature of ThorVG;
hence, they are excluded from the src directory.
This change allows developers to concentrate more effectively
on the core ThorVG sources for practical usages.
2024-04-06 12:48:27 +09:00