diff options
author | Paul Gilbert | 2018-11-09 19:50:21 -0800 |
---|---|---|
committer | Paul Gilbert | 2018-12-08 19:05:59 -0800 |
commit | e208e147960ef820f73999026ab692db25fe2bcd (patch) | |
tree | a824c039fc232a409aacfd2c7ba35902ebb0ce34 | |
parent | 7cba554fc5ea46c3a6bbe23e073de16914d7895f (diff) | |
download | scummvm-rg350-e208e147960ef820f73999026ab692db25fe2bcd.tar.gz scummvm-rg350-e208e147960ef820f73999026ab692db25fe2bcd.tar.bz2 scummvm-rg350-e208e147960ef820f73999026ab692db25fe2bcd.zip |
GLK: Get proper baseline and leading from loaded fonts
-rw-r--r-- | engines/gargoyle/conf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gargoyle/conf.cpp b/engines/gargoyle/conf.cpp index ae67a8a211..21f245a277 100644 --- a/engines/gargoyle/conf.cpp +++ b/engines/gargoyle/conf.cpp @@ -79,7 +79,7 @@ Conf::Conf() { get("morealign", _moreAlign); get("monoaspect", _monoAspect, 1.0); get("propaspect", _propAspect, 1.0); - get("monosize", _monoSize, 8); + get("monosize", _monoSize, 11); get("monor", _monoR); get("monob", _monoR); get("monoi", _monoI); |