summaryrefslogtreecommitdiffstats
path: root/rules/sdl-ttf.in
blob: 1ca59679060e3f5db20a0a49117b1f06d1e7bfd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## SECTION=multimedia_sdl

config SDL_TTF
	tristate
	select SDL
	select FREETYPE
	prompt "SDL ttf"
	help
	  SDL_ttf is a TrueType font rendering library that is used with the
	  SDL library, and almost as portable. It depends on freetype2 to
	  handle the TrueType font data. It allows a programmer to use
	  multiple TrueType fonts without having to code a font rendering
	  routine themselves. With the power of outline fonts and
	  antialiasing, high quality text output can be obtained without much
	  effort.