aboutsummaryrefslogtreecommitdiff
path: root/graphics/fonts/ttf.h
AgeCommit message (Collapse)Author
2012-01-29GRAPHICS/GUI: Implement charset mapping for TTF fonts.Johannes Schickel
The charsets used by the translations now need to have a "$(name).cp" file, which contains an charset index => unicode mapping. Otherwise create_translations will fail.
2012-01-29GRAPHICS: Add a TTF font class using FreeType2.Johannes Schickel