summaryrefslogtreecommitdiffstats
path: root/rules/freetype.in
blob: a5a413851e7ab5907bde0a8fc4c8d21e9865e6c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
config FREETYPE
	bool
	prompt "freetype"
	select ZLIB
	help
	  The FreeType project is a team of volunteers who develop free,
	  portable and high-quality software solutions for digital typography.
	  They specifically target embedded systems and focus on bringing small,
	  efficient and ubiquitous products.
	  The FreeType library is their software font engine. In version 1 this
	  library only supports true type fonts, since version 2 it supports all
	  types of scaleable fonts. If you intent to use this library in an X
	  environment, its only needed on client side, not on server side.