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:
authorMichael Yin <mikeyin@mikeyin.org>2016-07-05 05:34:28 +0300
committeryincrash <yincrash+github@gmail.com>2016-07-25 00:27:29 +0300
commita50ca53579d95acbf19d9e4ff316ab6f3ba817ea (patch)
tree27de229fd53cb76b5dda4304aa1457bf3e247fef /README.md
parentb6d5340ce0bbfe6dc5676038550cb296da023501 (diff)
windows: Add windows install package
Adds an install process to replace Emoji on Windows. It merges the EmojiOne font with Segoe UI Symbol on the user's machine, and replaces Segoe UI Emoji as well on Win 8 and 10. An uninstall script is also included to assist the user in restoring the original Windows fonts. README also updated. Fixes #15
Diffstat (limited to 'README.md')
-rw-r--r--README.md35
1 files changed, 30 insertions, 5 deletions
diff --git a/README.md b/README.md
index c2ae87d..fea9102 100644
--- a/README.md
+++ b/README.md
@@ -153,13 +153,38 @@ Chrome will use the fallback black and white emoji.*
## Install on Windows
-The font installs like any other font and can be specifically selected, but
-the system will default to the `Segoe UI Emoji` font. Get the current version
-from: https://github.com/eosrei/emojione-color-font/releases
+There are two install options for Windows. Both SVGinOT versions are available
+from releases: https://github.com/eosrei/emojione-color-font/releases
+
+### `EmojiOneColor-SVGinOT-1.2.zip`
+
+The regular version of the font
+installs like any other font and can be specifically selected, but Windows
+will default to the `Segoe UI Emoji` font for emojis.
+
+### Replacing the Windows default Emoji
-Help wanted: [How to override the Windows default Segoe UI Emoji font][16]
+Because Windows 7, 8, 10 use Emoji in both Segoe UI Symbol and Segoe UI Emoji,
+to be the default emoji, we need to replace both, but keep the existing symbol
+characters from Segoe UI Symbol.
+This package contains an install script that will generate both fonts (or
+in Windows 7, just Segoe UI Symbol), and install them for you. Running the
+install script requires both [Python][16] and pip in the PATH.
-[16]:https://github.com/eosrei/emojione-color-font/issues/15
+1. Download the most recent Python 3 for Windows: https://www.python.org/downloads/windows/
+2. Start the installer, select "Add Python 3.5 to PATH" and finish the install process.
+3. Download EmojiOne Color Windows package from releases:
+ https://github.com/eosrei/emojione-color-font/releases
+4. Uncompress the file
+5. Open the new EmojiOneColor directory
+7. Run install.cmd. Note: This will take some time.
+8. Install the new fonts when requested.
+9. Done!
+
+[16]:https://www.python.org/downloads/windows/
+
+*Reiterating: Only FireFox supports the SVGinOT color emoji for now. IE and
+Chrome will use the fallback black and white emoji.*
## Building
Overview: