summaryrefslogtreecommitdiff
path: root/font.c
AgeCommit message (Expand)Author
2021-12-20Fixed a possible memory leak in creating fontsKlaus Schmidinger
2016-12-22Added cFont::Width(void) to get the default character width and allow stretch...Klaus Schmidinger
2015-04-19Fixed a compiler warning in font.cKlaus Schmidinger
2014-01-07cFont::CreateFont() now returns a dummy font in case there are no fonts insta...Klaus Schmidinger
2013-04-07Fixed an endless loop in cTextWrapper::Set() in case the given Width is small...Klaus Schmidinger
2012-06-02Fixed font handling with fontconfig 2.9.0 or newerKlaus Schmidinger
2012-06-02Now making sure that the "small font" is never larger than the "osd font"Klaus Schmidinger
2012-05-19Fixed checking for UTF-8 support in cFont::Bidi()Klaus Schmidinger
2012-03-02Replaced min(max()) calls with the new function constrain()Klaus Schmidinger
2012-01-13BIDI support now checks at runtime whether the system runs with UTF-8Klaus Schmidinger
2011-03-28Fixed a buffer overflow in cFont::Bidi()Klaus Schmidinger
2011-02-26Improved and cleaned up transparent text drawingKlaus 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-12-06Several code modifications to avoid compiler warningsKlaus Schmidinger
2009-05-03OSD sizes in percent; automatic update of OSD sizeKlaus Schmidinger
2008-05-02No longer calling FcFini() to avoid problems with older (broken) versions of ...Klaus Schmidinger
2008-03-01Rendering the non-breaking space symbol as a blankKlaus Schmidinger
2008-02-29Fixed a crash in cFreetypeFont::DrawText() if an unknown symbol is encountere...Klaus Schmidinger
2008-02-09Speeded up anti-aliased font rendering by caching the blend indexesKlaus Schmidinger
2007-11-04Fixed a crash if no fonts are foundKlaus Schmidinger
2007-06-23Fixed stripping i18n stuff from font namesKlaus 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-17Using dummy font if no fonts are installedKlaus 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-04-16Changed the behaviour of the "Use small font" setup option to *always* use th...Klaus Schmidinger
2006-02-05Made all font and image data 'const'Klaus Schmidinger
2005-01-14Completed the Estonian OSD texts and switched to iso8859-13 character setKlaus Schmidinger
2004-12-18Fixed the character width and shifted the codes; Renamed font???.c to font???...Klaus 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