summaryrefslogtreecommitdiff
path: root/font.h
AgeCommit message (Expand)Author
2006-12-03Added '#include <stdint.h>' to font.h; added a compatibility define for 'uint...Klaus Schmidinger
2006-12-02Replaced 'unsigned long long' with 'uint32_t' and 'uint64' with 'uint64_t' to...Klaus Schmidinger
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 th...Klaus Schmidinger
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
2000-11-18Fixed font for system commandsKlaus Schmidinger
2000-10-03Faster OSD by using bitmapKlaus Schmidinger