Difference between revisions of "Freetype"

From Organic Design wiki
m
(link to docs)
Line 1: Line 1:
 
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.
 +
=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
 +
=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]
==See also==
 
 
*[[font.c]]
 
*[[font.c]]
 
[[Category:Peerix]][[Category:SDL]]
 
[[Category:Peerix]][[Category:SDL]]

Revision as of 08:18, 9 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.

Transparency

This section of the SDL_ttf documentation shows the different options for transparency.

References