aboutsummaryrefslogtreecommitdiff
path: root/devtools/convbdf.cpp
AgeCommit message (Collapse)Author
2016-10-12GRAPHICS: Fix built-in font parametersEugene Sandulenko
2016-10-10GRAPHICS: Use PIXEL_SIZE as BDF font sizeEugene Sandulenko
2016-10-07GRAPHICS: Parse slant from BDF fontsEugene Sandulenko
2016-10-06DEVTOOLS: Fix convbdf font parsingEugene Sandulenko
2016-10-06GRAPHICS: Parse font size from BDF fontsEugene Sandulenko
2016-10-06GRAPHICS: Use Family name instead of font name when reading from BDF fontsEugene Sandulenko
2016-10-05GRAPHICS: Load Face Name from BDF filesEugene Sandulenko
Also adjust the devtools and built-in fonts accordingly.
2015-12-12DEVTOOLS: A few formatting fixes.Johannes Schickel
2015-12-12DEVTOOLS: Silence compiler warning in convbdf.Johannes Schickel
2014-02-18DEVTOOLS: Make GPL headers consistent in themselves.Johannes Schickel
2013-09-27DEVTOOLS: Make Coverity happy.Eugene Sandulenko
This is mainly due to unhandled clang __has_featrure() buit-in. I do not like this hack, but Coverity proved to be a very good tool for us.
2012-01-06GRAPHICS: Rework BDF font code.Johannes Schickel