X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fmain.h;h=50150449b631ba3913523c216e46d027db57ab01;hp=af7df436066c7810b0489b5f80e5984b53a5bcdf;hb=a9883b166454c794e342ccc262ca97e0394af980;hpb=25548aa3a2c3fd86202b01a88df6abd820a9eb6d diff --git a/src/main.h b/src/main.h index af7df43..5015044 100644 --- a/src/main.h +++ b/src/main.h @@ -79,7 +79,7 @@ void MainLoop(Document & doc, Screen & scr, View & view, int max_frames = -1) // order is important... segfaults occur when screen (which inits GL) is not constructed first -_- DebugScript script; - scr.DebugFontInit("fonts/DejaVuSansMono.ttf", 32); + scr.DebugFontInit("fonts/DejaVuSansMono.ttf", 12); scr.SetMouseHandler(RatCatcher); if (script_filename)