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-02-20 04:48:27 +0300
committerBrad Erickson <eosrei@gmail.com>2016-02-20 04:48:27 +0300
commit62aa6aa30d1bc5a61ac1d30ccf54637d8a109a56 (patch)
treefeecac42dd65ae2df782d00a1c9683ebfa3b85df
parent1a1545e96846156f18b3dc0203a059b0edd0a396 (diff)
svg: Add symlinks for missing ZWJ people glyphs
This is a waste of bytes within the font and will be handled as a subsitution in the future.
-rw-r--r--README.md17
l---------assets/svg/1f468-1f469-1f466.svg1
l---------assets/svg/1f469-2764-1f468.svg1
l---------assets/svg/1f469-2764-1f48b-1f468.svg1
-rw-r--r--assets/svg/README.md7
5 files changed, 18 insertions, 9 deletions
diff --git a/README.md b/README.md
index b9c8cbf..c6c0522 100644
--- a/README.md
+++ b/README.md
@@ -1,29 +1,30 @@
# EmojiOne SVGinOT Font
A color and B&W Emoji SVGinOT font built primarily from [Emoji One][1] artwork
-including full support for [skin tone modifiers][2] and [country flags][3].
+including full support for [ZWJ][2] [skin tone modifiers][3] and [country flags][4].
The font works in all operating systems, but will *currently* show color
emoji in Mozilla Firefox and Mozilla Thunderbird only. Regular B&W Emoji are
-included for backwards compatibility everywhere else.
+generated for backwards compatibility in other applications.
[1]: http://emojione.com/
-[2]: http://www.unicode.org/reports/tr51/#Diversity
-[3]: http://www.unicode.org/reports/tr51/#Flags
+[2]: http://unicode.org/emoji/charts/emoji-zwj-sequences.html
+[3]: http://www.unicode.org/reports/tr51/#Diversity
+[4]: http://www.unicode.org/reports/tr51/#Flags
## Examples
## What is SVGinOT?
*SVG in Open Type* is the new standard for color OpenType and Open Font Format
-fonts [adopted by the W3C on January 27th 2016][4] created by Adobe and Mozilla.
+fonts [adopted by the W3C on January 27th 2016][5] created by Adobe and Mozilla.
It allows font creators to embed complete SVG files within a font enabling full
-color and even animations. There are more details in the [SVGinOT proposal][5].
+color and even animations. There are more details in the [SVGinOT proposal][6].
SVGinOT Demos (Firefox only):
* https://www.adobe.com/devnet-apps/type/svgopentype.html
* https://hacks.mozilla.org/2014/10/svg-colors-in-opentype-fonts/
-[4]: https://www.w3.org/community/svgopentype/2016/01/27/opentype-spec-adopts-svg-in-opentype-proposal/
-[5]: https://www.w3.org/2013/10/SVG_in_OpenType/
+[5]: https://www.w3.org/community/svgopentype/2016/01/27/opentype-spec-adopts-svg-in-opentype-proposal/
+[6]: https://www.w3.org/2013/10/SVG_in_OpenType/
## Usage (Linux)
1. Store the font file in your `~/.fonts/` directory.
diff --git a/assets/svg/1f468-1f469-1f466.svg b/assets/svg/1f468-1f469-1f466.svg
new file mode 120000
index 0000000..6bcc95f
--- /dev/null
+++ b/assets/svg/1f468-1f469-1f466.svg
@@ -0,0 +1 @@
+../emojione-svg/1f46a.svg \ No newline at end of file
diff --git a/assets/svg/1f469-2764-1f468.svg b/assets/svg/1f469-2764-1f468.svg
new file mode 120000
index 0000000..9182c52
--- /dev/null
+++ b/assets/svg/1f469-2764-1f468.svg
@@ -0,0 +1 @@
+../emojione-svg/1f491.svg \ No newline at end of file
diff --git a/assets/svg/1f469-2764-1f48b-1f468.svg b/assets/svg/1f469-2764-1f48b-1f468.svg
new file mode 120000
index 0000000..70f7f45
--- /dev/null
+++ b/assets/svg/1f469-2764-1f48b-1f468.svg
@@ -0,0 +1 @@
+../emojione-svg/1f48f.svg \ No newline at end of file
diff --git a/assets/svg/README.md b/assets/svg/README.md
index 5f6212b..5f92d26 100644
--- a/assets/svg/README.md
+++ b/assets/svg/README.md
@@ -1,3 +1,8 @@
-SVGs to fill in where the EmojiOne is missing characters to create a font.
+SVGs to fill in where the Emoji One is missing characters needed to create a complete font.
* 1f1e6 -> 1f1ff: Heavily modified Regional Indicators from twemoji.
+* 1f468-1f469-1f466.svg -> ../emojione-svg/1f46a.svg: Symbolic link for *family: man, woman, boy*
+* 1f469-2764-1f468.svg -> ../emojione-svg/1f491.svg: Symbolic link for *couple with heart: woman, man*
+* 1f469-2764-1f48b-1f468.svg -> ../emojione-svg/1f48f.svg: Symbolic link for *kiss: woman, man*
+
+