summaryrefslogtreecommitdiff
path: root/font.h
AgeCommit message (Collapse)Author
2007-06-23Fonts can now be created with a width that overwrites the default widthKlaus Schmidinger
2007-06-17Implemented cFont::CreateFont()Klaus Schmidinger
2007-06-17Centralized default font namesKlaus Schmidinger
2007-06-17Now using 'fontconfig' to determine which fonts to useKlaus Schmidinger
2007-06-10Freetype font support; full UTF-8 support; dropped pixel fontsKlaus Schmidinger
2007-03-11Added Turkish language textsKlaus Schmidinger
2006-12-03Added '#include <stdint.h>' to font.h; added a compatibility define for ↵Klaus Schmidinger
'uint64' to tools.h
2006-12-02Replaced 'unsigned long long' with 'uint32_t' and 'uint64' with 'uint64_t' ↵Klaus Schmidinger
to avoid problems on 64-bit machines
2006-02-05Made all font and image data 'const'Klaus Schmidinger
2005-03-20Some fixes to avoid compiler warnings in gcc 4.0Klaus Schmidinger
2005-01-14Completed the Estonian OSD texts and switched to iso8859-13 character setKlaus Schmidinger
2004-10-23Now actually using the iso8859-15 fontsKlaus Schmidinger
2004-05-31Made some functions of cFont virtual to allow implementing dummy fonts for ↵Klaus Schmidinger
the 'curses' skin
2004-05-16Added Croatian language textsKlaus Schmidinger
2004-05-16Implemented 'skins' and 'themes'Klaus Schmidinger
2004-01-16Added Russian language textsKlaus Schmidinger
2003-10-24Greek language texts now use iso8859-7 character setKlaus Schmidinger
2003-10-24Changed font handling to allow language specific character sets; adopted the ↵Klaus Schmidinger
small font character set from the "Elchi" patch
2000-11-18Fixed font for system commandsKlaus Schmidinger
2000-10-03Faster OSD by using bitmapKlaus Schmidinger