From 4982083b2bf21d89e6d842c1dec07b030da57572 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 27 Apr 2013 17:56:47 +0200 Subject: osd: convert OSD font to OpenType 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 --- sub/osd_font.otf | Bin 0 -> 2276 bytes sub/osd_font.pfb | Bin 8322 -> 0 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 sub/osd_font.otf delete mode 100644 sub/osd_font.pfb (limited to 'sub') diff --git a/sub/osd_font.otf b/sub/osd_font.otf new file mode 100644 index 0000000000..d8ebec0ad8 Binary files /dev/null and b/sub/osd_font.otf differ diff --git a/sub/osd_font.pfb b/sub/osd_font.pfb deleted file mode 100644 index a4a65a143b..0000000000 Binary files a/sub/osd_font.pfb and /dev/null differ -- cgit v1.2.3