Difference between revisions of "Freetype"
From Organic Design wiki
(link to docs) |
m (→Transparency) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Peerix]][[Category:SDL]] | ||
A high quality font rendering engine that can integrate with SDL via SDL_ttf. It can use a wide range of font formats. It can also use ''hinting'' to give very acurate glyphs. | A high quality font rendering engine that can integrate with SDL via SDL_ttf. It can use a wide range of font formats. It can also use ''hinting'' to give very acurate glyphs. | ||
+ | =Buildroot= | ||
+ | Buildroot already supports freetype as a standard package. | ||
+ | |||
=Transparency= | =Transparency= | ||
This section of the SDL_ttf documentation shows the different options for transparency. | This section of the SDL_ttf documentation shows the different options for transparency. | ||
*http://jcatki.no-ip.org/SDL_ttf/SDL_ttf_35.html#SEC35 | *http://jcatki.no-ip.org/SDL_ttf/SDL_ttf_35.html#SEC35 | ||
+ | |||
=References= | =References= | ||
*http://freetype.fis.uniroma2.it/freetype2/index.html | *http://freetype.fis.uniroma2.it/freetype2/index.html | ||
*[http://mbox.troja.mff.cuni.cz/~peak/ftdemo/index.cgi On-line demo] | *[http://mbox.troja.mff.cuni.cz/~peak/ftdemo/index.cgi On-line demo] | ||
*[[font.c]] | *[[font.c]] | ||
− |
Latest revision as of 04:07, 13 December 2006
A high quality font rendering engine that can integrate with SDL via SDL_ttf. It can use a wide range of font formats. It can also use hinting to give very acurate glyphs.
Buildroot
Buildroot already supports freetype as a standard package.
Transparency
This section of the SDL_ttf documentation shows the different options for transparency.