From a0b68bf6eca0d20ac6344efdef00a57deab9274d Mon Sep 17 00:00:00 2001 From: Skye Date: Wed, 13 Nov 2024 19:49:42 +0000 Subject: [PATCH] Create negative_spaces.json --- main/assets/astro/font/negative_spaces.json | 35 +++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 main/assets/astro/font/negative_spaces.json diff --git a/main/assets/astro/font/negative_spaces.json b/main/assets/astro/font/negative_spaces.json new file mode 100644 index 0000000..3a6077d --- /dev/null +++ b/main/assets/astro/font/negative_spaces.json @@ -0,0 +1,35 @@ +{ + "providers": [ + { + "type": "space", + "advances": { + "\uF801": -1, + "\uF802": -2, + "\uF803": -3, + "\uF804": -4, + "\uF805": -5, + "\uF806": -6, + "\uF807": -7, + "\uF808": -8, + "\uF809": -16, + "\uF80A": -32, + "\uF80B": -64, + "\uF80C": -128, + "\uF80D": -512, + "\uF821": 1, + "\uF822": 2, + "\uF823": 3, + "\uF824": 4, + "\uF825": 5, + "\uF826": 6, + "\uF827": 7, + "\uF828": 8, + "\uF829": 16, + "\uF82A": 32, + "\uF82B": 64, + "\uF82C": 128, + "\uF82D": 512 + } + } + ] +}