diff options
author | wm4 <wm4@nowhere> | 2013-04-27 17:56:47 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-04-27 18:03:19 +0200 |
commit | 4982083b2bf21d89e6d842c1dec07b030da57572 (patch) | |
tree | 5cf67b6dc0a554b23022494defcd978dfd9b15ee /sub | |
parent | daee1a04e7eea66f820934368371c6e2b8c759ba (diff) | |
download | mpv-4982083b2bf21d89e6d842c1dec07b030da57572.tar.bz2 mpv-4982083b2bf21d89e6d842c1dec07b030da57572.tar.xz |
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
Diffstat (limited to 'sub')
-rw-r--r-- | sub/osd_font.otf | bin | 0 -> 2276 bytes |
-rw-r--r-- | sub/osd_font.pfb | bin | 8322 -> 0 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/sub/osd_font.otf b/sub/osd_font.otf Binary files differnew file mode 100644 index 0000000000..d8ebec0ad8 --- /dev/null +++ b/sub/osd_font.otf diff --git a/sub/osd_font.pfb b/sub/osd_font.pfb Binary files differdeleted file mode 100644 index a4a65a143b..0000000000 --- a/sub/osd_font.pfb +++ /dev/null |