-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a Windows package to merge with the stock fonts #9
Comments
Hi, I took a look at this, and it seems pretty easy. yincrash's pull request had 5 files in it... windows/install.cmdAll you should have to do is find+replace "EmojiOne" with "Twemoji" in the script (for visual polish's sake, and for lack of erroneous references to EmojiOne), and be extra careful that the Twemoji font filename in the script (only shows up once, at the beginning) is an exact match to the filename your repo outputs (i.e. MakefileThe changes yincrash made here could be copied over verbatim, although it would take some proofreading and double-checking to make sure README.mdyincrash's README changes could be copied over verbatim, and then one would need to replace references to EmojiOne with references to Twemoji or Twitter-Color-Emoji. windows/uninstall.cmd, windows/.gitattributes,would not need to be changed, could be copied over from I would be happy to do this and submit a pull request. My only reservation is not to appear to take credit, so probably the pull request/commit message should say "implement yincrash's windows installer" or something like that. |
That's fine with me! Sorry I never got around to doing this!
…On Thu, Jan 26, 2017, 8:55 PM DeeDeeG ***@***.***> wrote:
Hi,
I took a look at this, and it seems pretty easy.
yincrash's pull request had 5 files in it...
windows/install.cmd
All you should have to do is find+replace "EmojiOne" with "Twemoji" in the
script (for visual polish's sake, and for lack of erroneous references to
EmojiOne), and be extra careful that the Twemoji font filename in the
script (only shows up once, at the beginning) is an exact match to the
filename your repo outputs (i.e. TwitterColorEmoji-SVGinOT.ttf rather
than EmojiOneColor-SVGinOT.ttf) (for actual proper function).
Makefile
The changes yincrash made here could be copied over verbatim, although it
would take some proofreading and double-checking to make sure
eosrei/twemoji-color-font and eosrei/emojione-color-font's makefiles
aren't laid out differently so as to cause a problem.
README.md
yincrash's README changes could be copied over verbatim, and then one
would need to replace references to EmojiOne with references to Twemoji or
Twitter-Color-Emoji.
windows/uninstall.cmd, windows/.gitattributes,
would not need to be changed, could be copied over from
eosrei/emojione-color-font verbatim
I would be happy to do this and submit a pull request.
My only reservation is not to appear to take credit, so probably the pull
request/commit message should say "implement yincrash's windows installer"
or something like that.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAlNHz6ZI1DbD7QB1InYxZTIk8MDnJ-Zks5rWXi6gaJpZM4JUVkS>
.
|
Adds an install process to replace Emoji on Windows. It merges the Twemoji 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 13rac1#9
Adds an install process to replace Emoji on Windows. It merges the Twemoji 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 13rac1#9
@yincrash Could you do it here too? 😄 🎅 13rac1/emojione-color-font#47
Thank you!
The text was updated successfully, but these errors were encountered: