From cb7248c9c28957d02e2774195e707244d2d83b50 Mon Sep 17 00:00:00 2001 From: Claudine Peyrat <88194877+claudinepeyrat06@users.noreply.github.com> Date: Sun, 20 Jul 2025 07:08:07 +0200 Subject: Claudine/add circular monogram font (#3873) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * update invercelia * add circular 3letters monogram * Update →.svg * Update →.svg * do something for rebelious people --- fonts/invercelia/font.json | 195 ++++++++++++++------------------------------- 1 file changed, 59 insertions(+), 136 deletions(-) (limited to 'fonts/invercelia/font.json') diff --git a/fonts/invercelia/font.json b/fonts/invercelia/font.json index c8f92558..16b26be6 100644 --- a/fonts/invercelia/font.json +++ b/fonts/invercelia/font.json @@ -1,7 +1,8 @@ { "name": "Invercelia", - "description": "Invercelia is a modern two letters monogram font. Enter an upper case letter followed by a lower case letter (for example 'Ac') to get a simple monogram. Add a ')' at the end and the monogram is framed with a circle (for example 'Ac)'), add an '(' to start (for example '(Ac)' and your monogram is ready for applique, or try something like '!Ac)' to replace the appliqué by knockdown stitches.", + "description": "Invercelia is a modern two letters monogram font. Enter two letters to get a simple monogram. Add an ')' at the end and the monogram is framed with a circle (for instance 'AC)'), add an '(' to start (for instance '(AC)' and your monogram is ready for applique, or try something like '!AC)' to replace the appliqué by knockdown stitches.\n\nPlease use exactly two letters, if you use more, only the first and the last letters will be rendered.", "keywords": [ + "applique", "display", "monogram", "latin" @@ -9,152 +10,74 @@ "leading": 350, "auto_satin": false, "reversible": false, - "letter_case": "", + "letter_case": "upper", "default_glyph": "�", "size": 320.0, "min_scale": 0.8, "max_scale": 3.0, - "horiz_adv_x_default": null, - "horiz_adv_x_space": 32, + "horiz_adv_x_default": 0, + "horiz_adv_x_space": 0.0, "units_per_em": 320, "horiz_adv_x": {}, - "kerning_pairs": { - "a )": 297, - "b )": 293, - "c )": 287, - "d )": 297, - "e )": 287, - "f )": 286, - "g )": 297, - "h )": 297, - "i )": 258.5, - "j )": 284, - "k )": 293, - "l )": 285, - "m )": 293.5, - "n )": 295, - "o )": 269.5, - "p )": 293, - "q )": 267, - "r )": 293, - "s )": 295, - "t )": 262, - "u )": 269.5, - "v )": 269.5, - "w )": 293, - "x )": 293, - "y )": 269.5, - "z )": 277, - "( A": 318, - "( B": 318, - "( C": 318, - "( D": 318, - "( E": 318, - "( F": 318, - "( G": 318, - "( H": 318, - "( I": 318, - "( J": 318, - "( K": 318, - "( L": 318, - "( M": 318, - "( N": 318, - "( O": 318, - "( P": 318, - "( Q": 318, - "( R": 318, - "( S": 318, - "( T": 318, - "( U": 318, - "( V": 318, - "( W": 318, - "( X": 318, - "( Y": 318, - "( Z": 318, - "! A": 313.5, - "! B": 314, - "! C": 313, - "! D": 313.5, - "! E": 313, - "! F": 313, - "! G": 313.5, - "! H": 313.5, - "! I": 313, - "! J": 313, - "! K": 313.5, - "! L": 313.5, - "! M": 313.5, - "! N": 313, - "! O": 313, - "! P": 313.5, - "! Q": 313.5, - "! R": 313, - "! S": 313, - "! T": 313.5, - "! U": 313, - "! V": 313, - "! W": 313.5, - "! X": 313.5, - "! Y": 313, - "! Z": 313 - }, + "kerning_pairs": {}, "glyphs": [ "!", "(", ")", ".", - "A", - "B", - "C", - "D", - "E", - "F", - "G", - "H", - "I", - "J", - "K", - "L", - "M", - "N", - "O", - "P", - "Q", - "R", - "S", - "T", - "U", - "V", - "W", - "X", - "Y", - "Z", - "a", - "b", - "c", - "d", - "e", - "f", - "g", - "h", - "i", - "j", - "k", - "l", - "m", - "n", - "o", - "p", - "q", - "r", - "s", - "t", - "u", - "v", - "w", - "x", - "y", - "z" + "A.fina", + "A.init", + "B.fina", + "B.init", + "C.fina", + "C.init", + "D.fina", + "D.init", + "E.fina", + "E.init", + "F.fina", + "F.init", + "G.fina", + "G.init", + "H.fina", + "H.init", + "I.fina", + "I.init", + "J.fina", + "J.init", + "K.fina", + "K.init", + "L.fina", + "L.init", + "M.fina", + "M.init", + "N.fina", + "N.init", + "O.fina", + "O.init", + "P.fina", + "P.init", + "Q.fina", + "Q.init", + "R.fina", + "R.init", + "S.fina", + "S.init", + "T.fina", + "T.init", + "U.fina", + "U.init", + "V.fina", + "V.init", + "W.fina", + "W.init", + "X.fina", + "X.init", + "Y.fina", + "Y.init", + "Z.fina", + "Z.init", + "�" ], "default_variant": "→", "text_direction": "ltr", -- cgit v1.2.3