aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/Style.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Style.cxx b/src/Style.cxx
index 4314dec0a..392fd1c9a 100644
--- a/src/Style.cxx
+++ b/src/Style.cxx
@@ -92,6 +92,13 @@ void Style::Clear(ColourDesired fore_, ColourDesired back_, int size_,
else
font.Release();
aliasOfDefaultFont = false;
+ sizeZoomed = 2;
+ lineHeight = 2;
+ ascent = 1;
+ descent = 1;
+ externalLeading = 0;
+ aveCharWidth = 1;
+ spaceWidth = 1;
}
void Style::ClearTo(const Style &source) {