SFML community forums
Help => Graphics => Topic started by: Pwndja on September 18, 2007, 10:59:15 pm
-
Hey I was wondering if I could get a list of all the font extensions that SFML uses
the only ones listed on the feature page are these ones
Easy manipulation of graphical text through bitmap fonts ; supports unicode characters and standard font file formats (ttf, cff, pcf, bdf, ...)
thanks
-
SFML uses FreeType :
http://www.freetype.org/freetype2/index.html#features
* TrueType fonts (and collections)
* Type 1 fonts
* CID-keyed Type 1 fonts
* CFF fonts
* OpenType fonts (both TrueType and CFF variants)
* SFNT-based bitmap fonts
* X11 PCF fonts
* Windows FNT fonts
* BDF fonts (including anti-aliased ones)
* PFR fonts
* Type 42 fonts (limited support)