Skip to content
This repository has been archived by the owner on Nov 10, 2018. It is now read-only.

Commit

Permalink
version: Bump to v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
13rac1 committed Jul 25, 2016
1 parent 2e10566 commit 9c2b526
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ TMP := /dev/shm
# Where to find scfbuild?
SCFBUILD := SCFBuild/bin/scfbuild

VERSION := 1.2
VERSION := 1.3
FONT_PREFIX := EmojiOneColor-SVGinOT
REGULAR_FONT := build/$(FONT_PREFIX).ttf
REGULAR_PACKAGE := build/$(FONT_PREFIX)-$(VERSION)
Expand Down
40 changes: 21 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ want to try them. Primary issues are the 0x2639 and 0x263a characters.
Install for the current user without root:
```sh
# 1. Download the latest version
wget https://github.com/eosrei/emojione-color-font/releases/download/v1.2/EmojiOneColor-SVGinOT-Linux-1.2.tar.gz
wget https://github.com/eosrei/emojione-color-font/releases/download/v1.3/EmojiOneColor-SVGinOT-Linux-1.3.tar.gz
# 2. Uncompress the file
tar zxf EmojiOneColor-SVGinOT-Linux-1.2.tar.gz
tar zxf EmojiOneColor-SVGinOT-Linux-1.3.tar.gz
# 3. Run the installer
cd EmojiOneColor-SVGinOT-Linux-1.2
cd EmojiOneColor-SVGinOT-Linux-1.3
./install.sh
```

Expand Down Expand Up @@ -136,10 +136,10 @@ emerge emojione-color-font
There are three install options for OS X. Both SVGinOT versions are available
from releases: https://github.com/eosrei/emojione-color-font/releases

1. `EmojiOneColor-SVGinOT-1.2.zip` - The regular version of the font
1. `EmojiOneColor-SVGinOT-1.3.zip` - The regular version of the font
installs like any other font and can be specifically selected, but OS X will
default to the `Apple Color Emoji` font for emojis.
2. ` EmojiOneColor-SVGinOT-OSX-1.2.zip` - A hack to replace the `Apple
2. ` EmojiOneColor-SVGinOT-OSX-1.3.zip` - A hack to replace the `Apple
Color Emoji` font by [using the same internal name][14]. Install and accept
the warning in Font Book.
3. `emojione-apple.ttf` - A SBIX bitmap Apple-format EmojiOne color font is
Expand All @@ -156,29 +156,31 @@ Chrome will use the fallback black and white emoji.*
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`
### Standard install

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.
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 emoji characters. Download:
https://github.com/eosrei/emojione-color-font/releases/download/v1.3/EmojiOneColor-SVGinOT-1.3.zip

### Replacing the Windows default Emoji
### Replace the default Windows emoji fonts

Windows 7, 8, 10 use emoji from both Segoe UI Symbol and Segoe UI Emoji. We
need to replace both fonts, but keep the existing symbol characters from
Segoe UI Symbol.

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
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.

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.
https://github.com/eosrei/emojione-color-font/releases/download/v1.3/EmojiOneColor-SVGinOT-1.3-Win.zip
4. Uncompress the file.
5. Open the new EmojiOneColor directory.
7. Run install.cmd. *Note: This will take some time.*
8. Install both new fonts when requested.
9. Done!

[16]:https://www.python.org/downloads/windows/
Expand Down
7 changes: 7 additions & 0 deletions linux/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
fonts-emojione-svginot (1.3-1) trusty; urgency=medium

* Add EmojiOne Rainbow Flag emoji.
* Add Unicode 9.0 power symbols.

-- Brad Erickson <[email protected]> Sat, 16 Jul 2016 20:04:56 -0700

fonts-emojione-svginot (1.2-1) trusty; urgency=medium

* Disable copyright, registered, wildcard, number sign and 0-9 for
Expand Down

0 comments on commit 9c2b526

Please sign in to comment.