From 1cb501986f9c1135c861472366737563ebe79681 Mon Sep 17 00:00:00 2001 From: LaureFR38 <63351363+LaureFR38@users.noreply.github.com> Date: Thu, 4 Feb 2021 16:40:02 +0100 Subject: Update font.py (#848) * Add new fonts * Update old fonts * Update lettering gui Co-authored-by: Lex Neva Co-authored-by: kalleen --- fonts/chopin/LICENSE | 10 + fonts/chopin/font.json | 196 + fonts/chopin/preview.png | Bin 0 -> 17415 bytes "fonts/chopin/\342\206\222.svg" | 12646 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 12852 insertions(+) create mode 100644 fonts/chopin/LICENSE create mode 100644 fonts/chopin/font.json create mode 100644 fonts/chopin/preview.png create mode 100644 "fonts/chopin/\342\206\222.svg" (limited to 'fonts/chopin') diff --git a/fonts/chopin/LICENSE b/fonts/chopin/LICENSE new file mode 100644 index 00000000..3464478a --- /dev/null +++ b/fonts/chopin/LICENSE @@ -0,0 +1,10 @@ +This font has been adapted for Ink/Stitch by Célia Imbert Sabater + +ORIGINAL FONT DOWNLOAD: https://www.fonts4free.net/chopin-script-font.html +LICENSE: Public Domain + +========================== +Chopin Script +========================== + +Chopin script is a font from Claude Pelletier who is also known as Diogene \ No newline at end of file diff --git a/fonts/chopin/font.json b/fonts/chopin/font.json new file mode 100644 index 00000000..2a6ed6be --- /dev/null +++ b/fonts/chopin/font.json @@ -0,0 +1,196 @@ +{ + "name": "Chopin Script", + "description": "", + "leading": 60, + "reversible" : false, + "auto_satin": false, + "default_glyph": "", + "min_scale": 0.8, + "max_scale": 1.5, + "horiz_adv_x_default": 212, + "horiz_adv_x_space": 54, + "horiz_adv_x": { + "!": 65, + "\"": 53, + "#": 53, + "$": 74, + "%": 100, + "&": 170, + "'": 31, + "(": 68, + ")": 68, + "*": 53, + "+": 67, + ",": 48, + "-": 53, + ".": 48, + "\/": 34, + "0": 104, + "1": 59, + "2": 90, + "3": 97, + "4": 94, + "5": 90, + "6": 96, + "7": 87, + "8": 104, + "9": 98, + ":": 48, + ";": 48, + "<": 63, + "=": 53, + ">": 63, + "?": 104, + "@": 138, + "C": 186, + "D": 170, + "E": 194, + "F": 205, + "G": 182, + "H": 188, + "I": 157, + "J": 188, + "K": 210, + "L": 195, + "M": 224, + "N": 208, + "O": 120, + "P": 209, + "Q": 132, + "R": 227, + "S": 142, + "T": 198, + "U": 173, + "V": 119, + "W": 179, + "X": 146, + "Y": 209, + "Z": 135, + "[": 60, + "\\": 75, + "]": 60, + "^": 83, + "_": 100, + "`": 60, + "a": 85, + "b": 79, + "c": 77, + "d": 86, + "e": 61, + "f": 47, + "g": 69, + "h": 68, + "i": 47, + "j": 39, + "k": 67, + "l": 46, + "m": 106, + "n": 77, + "o": 73, + "p": 74, + "q": 74, + "r": 58, + "s": 49, + "t": 47, + "u": 83, + "v": 75, + "w": 110, + "x": 77, + "y": 76, + "z": 62, + "{": 80, + "|": 52, + "}": 80, + "~": 88, + "¡": 65, + "¢": 71, + "£": 138, + "¨": 56, + "«": 54, + "°": 91, + "´": 0, + "·": 100, + "¸": 36, + "»": 57, + "¼": 121, + "½": 121, + "¾": 121, + "¿": 104, + "Æ": 295, + "Ç": 186, + "È": 194, + "É": 194, + "Ê": 194, + "Ë": 194, + "Ì": 157, + "Í": 157, + "Î": 157, + "Ï": 157, + "Ñ": 208, + "Ò": 120, + "Ó": 120, + "Ô": 120, + "Õ": 120, + "Ö": 120, + "×": 60, + "Ù": 173, + "Ú": 173, + "Û": 173, + "Ü": 173, + "Ý": 209, + "ß": 72, + "à": 85, + "á": 85, + "â": 85, + "ã": 85, + "ä": 85, + "å": 85, + "æ": 100, + "ç": 77, + "è": 61, + "é": 61, + "ê": 61, + "ë": 61, + "ì": 47, + "í": 47, + "î": 47, + "ï": 47, + "ñ": 77, + "ò": 75, + "ó": 75, + "ô": 75, + "õ": 75, + "ö": 75, + "÷": 60, + "ø": 73, + "ù": 83, + "ú": 83, + "û": 83, + "ü": 83, + "ý": 76, + "ÿ": 76, + "Œ": 206, + "œ": 102, + "Š": 142, + "š": 49, + "Ÿ": 209, + "Ž": 135, + "ž": 62, + "–": 82, + "—": 120, + "‘": 0, + "’": 31, + "‚": 48, + "“": 43, + "”": 43, + "„": 71, + "†": 91, + "‡": 91, + "•": 51, + "…": 120, + "‰": 125, + "‹": 34, + "›": 34, + "€": 94 + } +} \ No newline at end of file diff --git a/fonts/chopin/preview.png b/fonts/chopin/preview.png new file mode 100644 index 00000000..8fb6dd19 Binary files /dev/null and b/fonts/chopin/preview.png differ diff --git "a/fonts/chopin/\342\206\222.svg" "b/fonts/chopin/\342\206\222.svg" new file mode 100644 index 00000000..397fe0de --- /dev/null +++ "b/fonts/chopin/\342\206\222.svg" @@ -0,0 +1,12646 @@ + + + + + + + + + + +Created by FontForge 20190801 at Thu Oct 22 15:29:43 2020 + By CELIA +claudeserieux@gmail.com Based on Polonaise from Phil Martin (1923-2005) + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ignore entire layer when generating stitch plan + + + + + + + + + + + Satin column starting point + + + + + + Satin column ending point + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.3.1