mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
SDL3_ttf is a TrueType font rendering library for SDL3, based on freetype, with optional harfbuzz support. https://github.com/libsdl-org/SDL_ttf Signed-off-by: Michael Fischer <mf@go-sys.de> Signed-off-by: Julien Olivain <ju.o@free.fr>
10 lines
266 B
Plaintext
10 lines
266 B
Plaintext
config BR2_PACKAGE_SDL3_TTF
|
|
bool "sdl3_ttf"
|
|
depends on BR2_PACKAGE_SDL3
|
|
select BR2_PACKAGE_FREETYPE
|
|
help
|
|
SDL3_ttf is a sample TrueType font library. It allows you to
|
|
use TrueType fonts in your SDL3 applications.
|
|
|
|
http://www.libsdl.org/projects/SDL_ttf/
|