Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/13rac1/emojione-color-font.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Erickson <eosrei@gmail.com>2016-03-01 23:33:59 +0300
committerBrad Erickson <eosrei@gmail.com>2016-03-01 23:33:59 +0300
commitec6ad42d1c489a10fe330161acaf7d00f09e626b (patch)
tree16dc139fe8e533f5336a328e9e30197d8f515a29 /README.md
parentbdec2d9d9b6dda336ca54c7af1cc79a8ff469a97 (diff)
readme: Add VLC subtitle font known issue
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. https://github.com/eosrei/emojione-color-font/issues/5
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 12 insertions, 3 deletions
diff --git a/README.md b/README.md
index d1db9c1..dc5bbd8 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ The font can be installed and set as the default Emoji font system wide.
```
mkdir -p ~/.config/fontconfig/
```
-6. Override your default by creating a `fonts.conf`:
+6. Override your defaults by creating a `~/.config/fontconfig/fonts.conf`:
```xml
<?xml version="1.0" encoding="UTF-8"?>
@@ -108,6 +108,15 @@ the system will default to the `Segoe UI Emoji` font.
It can be manually selected in CSS, but making it the default is still TBD.
+
+## Known issues:
+
+* VLC uses the system default Sans-Serif font for subtitles/OSD *without*
+ falling back for missing characters. Specifically select a subtitle/OSD font
+ [[details][7]].
+
+[7]:https://github.com/eosrei/emojione-color-font/issues/5
+
## Building
The build process has only been tested on Ubuntu Linux.
@@ -126,10 +135,10 @@ Required applications:
* potrace
* FontTools
* FontForge
-* [SCFBuild][7] *(created for this project!)*
+* [SCFBuild][8] *(created for this project!)*
* make
-[7]: https://github.com/eosrei/scfbuild
+[8]: https://github.com/eosrei/scfbuild
Run: `make`
Or faster with multiple builds: `make -j 4`