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
AgeCommit message (Collapse)Author
2018-03-12version: Bump to v1.4 FinalHEADv1.4masterBrad Erickson
Fixes #90 Fixes #70
2016-07-25version: Bump to v1.3v1.3Brad Erickson
2016-07-25windows: Add windows install packageMichael Yin
Adds an install process to replace Emoji on Windows. It merges the EmojiOne 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 #15
2016-06-23svg: Add Power SymbolsBrad Erickson
Adds the Unicode 9.0 Power Symbol glyphs. They aren't emoji, but should be supported anyway. Details: http://unicodepowersymbol.com/
2016-06-10version: Bump to v1.2v1.2Brad Erickson
2016-06-10version: Bump to v1.1v1.1Brad Erickson
2016-06-10build/readme: Rename "Emoji One" to "EmojiOne"Brad Erickson
Ranks Inc. rebranded to remove the space in the title.
2016-06-09make: Default to Linux Shared Memory for tmpBrad Erickson
Save GBs of disk writes during creation of the single color glyphs.
2016-05-05version: Bump to v1.0v1.0Brad Erickson
2016-04-16linux: Add Debian packagingBrad Erickson
For #9
2016-04-15make: Add directories/readme/licenses to packagesBrad Erickson
Fixes #28
2016-03-21version: Bump to v1.0-beta3v1.0-beta3Brad Erickson
Might be the last beta!
2016-03-21make: Create linux-specific install packageBrad Erickson
Significant change to install process recommendations for Linux. The provided fonts.conf makes Bitstream Vera the default font since it doesn't override Emoji One Color. README.md instructions have been updated to use the provided install.sh. Fixes #17
2016-03-11readme: Add link to Twitter Color Emoji fontBrad Erickson
2016-03-11version: 1.0-beta2v1.0-beta2Brad Erickson
2016-03-11makefile: Build both versions and package to zipsBrad Erickson
2016-03-11make: Reduce color SVG file size with SVGOBrad Erickson
2016-02-24make: Update to new CLI args and add YAML confBrad Erickson
2016-02-19svg: Add complete Emoji One SVG file setBrad Erickson
Removes submodule
2016-02-19make: Add staging to combine two SVG sourcesBrad Erickson
2016-02-16make: Add 33px margin to bitmaps to fit traceBrad Erickson
A trace/"stoke" cannot go outside the edges of the source image. Many of the source SVG vectors go up to the edge of the images, so the resulting traces did not show the entire shape. A 33px margin seems to be correct.
2016-02-16make: Use ramdisk storage for temporary filesBrad Erickson
17min -> 11min and far less disk churn on my machine.
2016-02-16make: Create Makefile to generate SVG tracesBrad Erickson
The OpenType font spec requires standard glyphs for each code point. The SVGinOT versions are optional. This Makefile generates single color SVG files from the original EmojiOne SVG set. The process is involved, but has reasonable, though not perfect, results. 1. Make the EmojiOne SVG into a PNG with Inkscape 2. Make the PNG into a BMP with ImageMagick 3. Make the BMP into a Edge Detected PGM with mkbitmap 4. Make the PGM into a black SVG trace with potrace