This repository has been archived by the owner on Nov 10, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
VLC titles/subtitles use the system default sans-serif without fallback #5
Labels
Comments
The solution is to specifically select any other font for subtitles in VLC.
Other non-viable (I think) solutions:
|
13rac1
added a commit
that referenced
this issue
Mar 1, 2016
VLC assumes (reasonably) the default sans-serif system font has a full character set. The result on Linux, when Emoji One Color is the default font, is that all titles/subtitles appear as missing/error characters. The solution is to specifically select any other font for subtitles in VLC. Click Tools menu Click Preferences option Click Subtitles / OSD button/tab Subtitle effects section, select a font Save. #5
This was referenced Mar 13, 2016
13rac1
added a commit
that referenced
this issue
Mar 17, 2016
The DejaVu font family is based on the Bitstream Vera font family to provide greater unicode coverage. The only way to override the emoji it includes is to make the emoji font the primary system font. This shouldn't be a problem, but a number of programs do not correctly use font fallback resulting in font rendering errors everywhere: #1, #5, #16, #18, #19. This font.conf makes Bitstream Vera the default font for Serif, Sans-Serif, and Monospace font requests since it does not contain any Unicode Emoji characters. Emoji One Color font is the first fallback, followed by DejaVu to provide everything else. Test with: fc-match -s serif fc-match -s sans-serif fc-match -s monospace May be the solution for #17
I've confirmed 24b6539 fixes this |
This was referenced Mar 21, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
VLC assumes (reasonably) the default sans-serif system font has a full character set. The result on Linux, when
Emoji One Color
is the default font, is that all titles/subtitles appear as missing/error characters.The text was updated successfully, but these errors were encountered: