summaryrefslogtreecommitdiff
path: root/font.lua
diff options
context:
space:
mode:
Diffstat (limited to 'font.lua')
-rw-r--r--font.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/font.lua b/font.lua
index a8c1780..52e7fda 100644
--- a/font.lua
+++ b/font.lua
@@ -19,6 +19,10 @@ font["#"] = {width = 6,
font[","] = {width = 0.05,
{1, 3, -1, 5}
}
+font["."] = {width = 0.05,
+ {0, 4, 0.25, 3.75, 0, 3.5, -0.25, 3.75, 0, 4}
+}
+
font["a"] = {width = 6,
{-3, -2, -1, -4, 1, -4, 3, -2, 3, 4},
{3, 2, 1, 4, -1, 4, -3, 2, -1, 0, 3, 0}