aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub/osd_font.otf
Commit message (Collapse)AuthorAge
* osd-font: make volume muted glyph slightly thickerGravatar Ricardo Constantino2017-04-22
|
* sub/osd_font.otf: replace triangle volume by speaker glyphGravatar Ricardo Constantino2017-04-20
| | | | | The triangle icon has potentially questionable copyright issues, see https://github.com/mpv-player/mpv/commit/a7e9bac13210834abd95380e89b5c3dae2336c52
* sub/osd_font.otf: fix fontforge errors/warningsGravatar Ricardo Constantino2017-04-19
|
* osc: add volume icons to osd font and use themGravatar Ricardo Constantino2017-04-19
| | | | | Glyphs taken and based on U+1F507 to U+1F50A from Symbola, which is available under public domain: http://users.teilar.gr/~g1951d/
* osd+osc: Add left-arrow to osd-fontGravatar ChrisK22014-08-21
| | | | | For use as playlist navigation button in OSC, now the osd-font carries all symbols needed by the OSC.
* osd: Center the volume icon in the osd fontGravatar ChrisK22014-06-10
|
* osc: rename osd_font, add some glyphsGravatar ChrisK22013-09-08
| | | | | | | | | | Cherry picked from various commits in lua_experiment by ChrisK2. The metrics of the OSD symbols change slightly, possibly due to the font editor that was used, and the metrics were not correct to begin with. (But the real reason seems unknown.) Remove the rescaling of the OSD font in ASS_USE_OSD_FONT, because the height more or less fits now. (This change wasn't in the lua_experiment branch.)
* osd: convert OSD font to OpenTypeGravatar wm42013-04-27
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