summaryrefslogtreecommitdiff
path: root/font.h
AgeCommit message (Expand)Author
2017-11-11Added some comments regarding font heightKlaus Schmidinger
2016-12-22Added cFont::Width(void) to get the default character width and allow stretch...Klaus Schmidinger
2016-12-13Added a note to the description of cFont::Size(), regarding possible differen...Klaus Schmidinger
2014-01-07cFont::CreateFont() now returns a dummy font in case there are no fonts insta...Klaus Schmidinger
2013-02-17Removed trailing whitespaceKlaus Schmidinger
2011-12-04Fixed several spelling errorsKlaus Schmidinger
2011-02-20Implemented support for TrueColor OSDKlaus Schmidinger
2010-09-19Added support for languages that are written right-to-left1.7.16Klaus Schmidinger
2009-12-31Added cFont::FontName() and cFont::Size()Klaus Schmidinger
2009-05-23Added a note about cFont::GetFont() not being thread-safeKlaus Schmidinger
2009-05-03OSD sizes in percent; automatic update of OSD sizeKlaus Schmidinger
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 '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