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
2016-03-21readme: Remove VLC and add GTK known issuesBrad Erickson
2016-03-21readme: Correct uncompress filenameBrad Erickson
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-21linux: Create install.sh for Bitstream Vera confBrad Erickson
For #17 Fixes #14
2016-03-21build: Add space width equal to DejaVu/Vera SansBrad Erickson
Requires Bitstream Vera as the default serif, sans-serif, and monospace font family since it contains no emoji characters. Any other emoji-less font can be used, but most systems include Bitstream Vera so it is used here as the example default. Noto works well except primarily for 0x2639 and 0x263a. See fonts.conf example: fontconfig/user-bitstream-vera-fonts.conf Workaround fix for #2 Related to #17
2016-03-18fontconfig: Create emoji generic-familyBrad Erickson
2016-03-17fonts.conf: A conf making Bitstream Vera defaultBrad Erickson
The DejaVu font family is based on the Bitstream Vera font family to provide greater unicode coverage. The only way to override the emoji it includes is to make the emoji font the primary system font. This shouldn't be a problem, but a number of programs do not correctly use font fallback resulting in font rendering errors everywhere: #1, #5, #16, #18, #19. This font.conf makes Bitstream Vera the default font for Serif, Sans-Serif, and Monospace font requests since it does not contain any Unicode Emoji characters. Emoji One Color font is the first fallback, followed by DejaVu to provide everything else. Test with: fc-match -s serif fc-match -s sans-serif fc-match -s monospace May be the solution for #17
2016-03-11readme: Add link to Twitter Color Emoji fontBrad Erickson
2016-03-11readme: Update Linux install to new URLBrad 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-03-11readme: Move license information to LICENSE.mdBrad Erickson
Closes #13
2016-03-11yml: Translate glyphs (0, +150) to fix alignmentBrad Erickson
Requires scfbuild v1.0.1+ Fixes #3
2016-03-10readme: Change Linux script to use wgetBrad Erickson
Fixes #12
2016-03-09readme: Convert Linux install to scriptBrad Erickson
Closes #10
2016-03-09readme: Add Table of ContentsBrad Erickson
Replaces download section for hopefully more clarity.
2016-03-08readme: Add Apple Color Emoji override for LinuxIBBoard
Fixes #11
2016-03-06readme: Add non-SVGinOT font details for OS XBrad Erickson
2016-03-03readme: Add both install options for OS XBrad Erickson
Fixes #4
2016-03-01readme: Add VLC subtitle font known issueBrad Erickson
VLC assumes (reasonably) the default sans-serif system font has a full character set. The result on Linux, when Emoji One Color is the default font, is that all titles/subtitles appear as missing/error characters. The solution is to specifically select any other font for subtitles in VLC. Click Tools menu Click Preferences option Click Subtitles / OSD button/tab Subtitle effects section, select a font Save. https://github.com/eosrei/emojione-color-font/issues/5
2016-02-26readme: Add before image and reorder headingsBrad Erickson
2016-02-26readme: Add additional download/install detailsBrad Erickson
2016-02-25readme: Add link to releasesBrad Erickson
2016-02-25readme: Add link to SCFBuildBrad Erickson
2016-02-25readme: Add Linux, OSX, Win10 screenshotsv1.0-betaBrad Erickson
2016-02-25readme: Add OS X and Windows 10 install detailsBrad Erickson
2016-02-25html: Add HTML full and mini demosBrad Erickson
2016-02-24yaml: Add OSX specific build variantBrad Erickson
Use the same postscript name as the Apple Color Emoji font to override it. http://www.macissues.com/2014/11/21/how-to-change-the-default-system-font-in-mac-os-x/
2016-02-24make: Update to new CLI args and add YAML confBrad Erickson
2016-02-23readme: Update/add install details and more infoBrad Erickson
2016-02-21svg: Disable 1-9, #, * and related ligaturesBrad Erickson
The 1-9, #, and * characters must be included in a font to make the associated subsitution/ligatures work. Problem is, when the font is used as the default sans-serif system font the numbers are changed everywhere. Amusing, but not going to work.
2016-02-20svg: Add Numbers, Number Sign and Asterisk SVGsBrad Erickson
2016-02-20svg: Create left/right speech bubblesBrad Erickson
Derivative work of the original Emoji One Eye in Speech Bubble.
2016-02-20svg: Add symlinks for missing ZWJ people glyphsBrad Erickson
This is a waste of bytes within the font and will be handled as a subsitution in the future.
2016-02-20svg: Transform and recolor region indicatorsBrad Erickson
Open in Inkscape, resize page to 64x64, scale contents to 60x60, ungroup everything, save as a plain SVG, clean with SVG optimizer, replace all headers to match EmojiOne, and sed the Twitter color to the EmojiOne green. https://github.com/petercollingridge/SVG-Optimiser
2016-02-20svg: Add original twemoji regional indicator SVGsBrad Erickson
2016-02-19svg: Add complete Emoji One SVG file setBrad Erickson
Removes submodule
2016-02-19license: Add CC-BYBrad Erickson
2016-02-19make: Add staging to combine two SVG sourcesBrad Erickson
2016-02-19readme: Expand readme and add licenseBrad 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
2016-02-16readme: Add Linux install detailsBrad Erickson
2016-02-16assets: Update EmojiOneBrad Erickson
2016-02-12assets: Add EmojiOne submoduleBrad Erickson
2016-02-07init: Readme with introBrad Erickson