summaryrefslogtreecommitdiffstats
path: root/sub/osd_font.pfb
Commit message (Collapse)AuthorAgeFilesLines
* osd: convert OSD font to OpenTypewm42013-04-271-0/+0
| | | | | | | | | | | | | | | | | | The old OSD font was a PostScript Type 1 font. Convert it to OpenType to work around a fontconfig bug [1]. OpenType is a more modern format, and the font file is quite a bit smaller, so this is actually a nice change. The conversion was done by opening the font with fontforge and saving it as OpenType (CFF). fontforge showed a warning when doing this: The font contains errors. Self Intersecting Bad Private Dictionary These seem to be harmless. [1] https://bugs.freedesktop.org/show_bug.cgi?id=63922
* osd: osd_font.h -> osd_font.pfbwm42012-07-281-0/+0
osd_font.pfb is an actual font file extracted from osd_font.h. file2string.py is used to turn it back into a header during the build process.