diff options
| author | Claudine Peyrat <88194877+claudinepeyrat06@users.noreply.github.com> | 2025-02-17 12:28:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-17 12:28:56 +0100 |
| commit | 1c5fc35be268c1e771d4a7021928b51af6451cdb (patch) | |
| tree | 3ce0858be044ee1ece39700e355b0044643dd26e /fonts/hebrew_simple_rounded_small/font.json | |
| parent | 54bdcc10c3312de5bb42c410fd7dde5bcec2c05f (diff) | |
Claudine/add some right to left fonts (#3513)
* add arabic and hebrew fonts
* Update ←.svg
* update hebrew fonts
make large one bicolor
namel them wisdom
Diffstat (limited to 'fonts/hebrew_simple_rounded_small/font.json')
| -rw-r--r-- | fonts/hebrew_simple_rounded_small/font.json | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/fonts/hebrew_simple_rounded_small/font.json b/fonts/hebrew_simple_rounded_small/font.json new file mode 100644 index 00000000..354fd056 --- /dev/null +++ b/fonts/hebrew_simple_rounded_small/font.json @@ -0,0 +1,91 @@ +{ + "name": "פשוט מעוגל Small", + "description": "A simple rounded hebrew font, small version to be embroidered with 60wt thread and 60 needle", + "keywords": [ + "sans_serif", + "hebrew" + ], + "leading": 200.0, + "auto_satin": false, + "reversible": true, + "sortable": false, + "combine_at_sort_indices": [], + "letter_case": "", + "default_glyph": "?", + "size": 23.0, + "min_scale": 0.15, + "max_scale": 0.3, + "horiz_adv_x_default": 0.0, + "horiz_adv_x_space": 75, + "units_per_em": 200.0, + "horiz_adv_x": { + "א": 131.0, + "ב": 128.0, + "ג": 81.0, + "ד": 117.0, + "ה": 132.0, + "ו": 53.0, + "ז": 83.0, + "ח": 136.0, + "ט": 139.0, + "י": 51.0, + "ך": 105.0, + "כ": 114.0, + "ל": 108.0, + "ם": 138.0, + "מ": 138.0, + "ן": 53.0, + "נ": 70.0, + "ס": 132.0, + "ע": 114.0, + "ף": 121.0, + "פ": 125.0, + "ץ": 105.0, + "צ": 122.0, + "ק": 126.0, + "ר": 112.0, + "ש": 156.0, + "ת": 139.0, + "\\": 88.0, + "[": 64.0, + "]": 64.0, + "_": 132.0, + "׳": 37.0, + "״": 62.0, + "־": 65.0, + "^": 104.0, + "`": 49.0 + }, + "kerning_pairs": {}, + "glyphs": [ + "א", + "ב", + "ג", + "ד", + "ה", + "ו", + "ז", + "ח", + "ט", + "י", + "ך", + "כ", + "ל", + "ם", + "מ", + "ן", + "נ", + "ס", + "ע", + "ף", + "פ", + "ץ", + "צ", + "ק", + "ר", + "ש", + "ת" + ], + "default_variant": "←", + "text_direction": "rtl" +}
\ No newline at end of file |
