Skip to content
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

Commit 7bad443

Browse files
author
Mitch Talmadge
committed
Update README.md
1 parent a4b3cab commit 7bad443

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Extracts Emojis from '.ttf' files used by Android, iOS, etc. into individual '.p
66
2. Put the jar wherever you'd like. Emojis will be extracted into a new folder which is created in the same directory as the jar file, named `ExtractedEmojis`.
77
3. Either double-click the jar and follow the instructions on the GUI, or start the jar from the command line using `java -jar EmojiExtractor.jar yourFileName.ttf`. If the ttf file does not exist, the ttf selection window will be brought up. If it exists, it will automatically start extraction.
88

9+
## Important Note:
10+
At the time of writing, Apple (OS X / iOS) Emojis will be extracted very quickly and the resulting PNG files will be named by the Unicode name of the Emoji (for example, `uE537.png`). Android Emojis take longer to extract and will be named sequentially. (for example, `1.png`, `2.png`, etc.).
11+
12+
This is due to a lack of support for Android Emojis. Android Emojis will gain speed improvements and Unicode names in a future release.
13+
914
#How to Get Help / Make a Suggestion:
1015
* Make a detailed ticket in the [issue tracker](https://github.com/MitchTalmadge/EmojiExtractor/issues).
1116
* If it's very important, you can email me (Mitch Talmadge).

0 commit comments

Comments
 (0)