From a054c161e21ba52c1068b5c590093358919fc744 Mon Sep 17 00:00:00 2001 From: Brad Erickson Date: Tue, 23 Feb 2016 22:31:44 -0800 Subject: make: Update to new CLI args and add YAML conf --- scfbuild.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 scfbuild.yml (limited to 'scfbuild.yml') diff --git a/scfbuild.yml b/scfbuild.yml new file mode 100644 index 0000000..058c735 --- /dev/null +++ b/scfbuild.yml @@ -0,0 +1,32 @@ +# SCFBuild configuration file for Emoji One Color SVGinOT +output_file: build/EmojiOneColor-SVGinOT.ttf +glyph_svg_dir: build/svg-trace +color_svg_dir: build/staging +# The SVGs are 64x64. They are scaled to 1000x1000 by the renderer, but need +# adjustment to line up correctly. 8/10*2048 = 1638 = Default font ascent +color_svg_transform: translate(0 -1638) scale(2.048) +verbose: False +table_name: + copyright: > + Copyright 2016 Brad Erickson CC-BY. + Copyright 2015 Ranks.com Inc. CC-BY. + Copyright 2015 Twitter, Inc. CC-BY. + family: Emoji One Color + # Subfamily is also called Style or Weight. Often set to: Regular + subfamily: SVGinOT + unique_id: eosrei.net - Emoji One Color SVGinOT + full_name: Emoji One Color SVGinOT + version: 1.0-beta + postscript_name: Emoji One Color SVGinOT + #trademark: + manufacturer: Brad Erickson + designer: Ranks.com Inc. + description: > + A SVGinOT color emoji font using the Emoji One set: + https://github.com/eosrei/emojione-color-font/ Please review the + attribution requirements for commercial use of Emoji One icons: + http://emojione.com/licensing/ + url_vendor: https://github.com/eosrei/emojione-color-font/ + url_designer: http://emojione.com/ + license: Creative Commons Attribution 4.0 International + url_license: http://creativecommons.org/licenses/by/4.0/ -- cgit v1.2.3