From ef16a3367fa1bb51a567d2d5bfd4e8e8ff6cac9f Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Thu, 7 Jan 2021 20:11:32 -0500 Subject: [PATCH] Use larger outline. --- modules/dft | 2 +- src/app.d | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/dft b/modules/dft index 4a0727b..8006e14 160000 --- a/modules/dft +++ b/modules/dft @@ -1 +1 @@ -Subproject commit 4a0727b535bb3164e48c6bb57194f737dfeb0aab +Subproject commit 8006e14aeaa2fe64d56da76cfb507b5840e5add4 diff --git a/src/app.d b/src/app.d index 2af2803..763f7e3 100644 --- a/src/app.d +++ b/src/app.d @@ -240,7 +240,7 @@ OutlinedGlyph get_glyph(uint char_code) { return outlined_glyphs[char_code]; } - return outlined_glyphs[char_code] = new OutlinedGlyph(font, char_code, 80); + return outlined_glyphs[char_code] = new OutlinedGlyph(font, char_code, 150); } void draw_string(int x, int y, string s)