Skip to content
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

Closed
13rac1 opened this issue Jul 25, 2016 · 2 comments
Closed

Create a Windows package to merge with the stock fonts #9

13rac1 opened this issue Jul 25, 2016 · 2 comments

Comments

@13rac1
Copy link
Owner

13rac1 commented Jul 25, 2016

@yincrash Could you do it here too? 😄 🎅 13rac1/emojione-color-font#47

Thank you!

@DeeDeeG
Copy link
Contributor

DeeDeeG commented Jan 27, 2017

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.

@yincrash
Copy link

yincrash commented Jan 27, 2017 via email

DeeDeeG added a commit to DeeDeeG/twemoji-color-font that referenced this issue Jan 29, 2017
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
DeeDeeG added a commit to DeeDeeG/twemoji-color-font that referenced this issue Jan 30, 2017
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
@13rac1 13rac1 closed this as completed in #13 May 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants