From bdc1ada2776216de5eb4a954a5898298fdd6d3a0 Mon Sep 17 00:00:00 2001 From: Zacchary Dempsey-Plante Date: Fri, 11 Mar 2022 01:33:05 -0500 Subject: Added character rendering offsets for correcting different font dimensions. --- config.def.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 92facb0..b721502 100644 --- a/config.def.h +++ b/config.def.h @@ -35,6 +35,9 @@ char *vtiden = "\033[?6c"; /* Kerning / character bounding-box multipliers */ static float cwscale = 1.0; static float chscale = 1.0; +/* Character rendering offsets in pixels */ +static short cxoffset = 0; +static short cyoffset = 0; /* * word delimiter string -- cgit v1.2.3