--debug-font-fallback also prints out what basic fonts were matched

Fixes #656
This commit is contained in:
Kovid Goyal
2018-06-19 12:48:33 +05:30
parent 491f233d33
commit 84b2fbba28
2 changed files with 24 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ def _run_app(opts, args):
def run_app(opts, args):
set_scale(opts.box_drawing_scale)
set_options(opts, is_wayland, args.debug_gl, args.debug_font_fallback)
set_font_family(opts)
set_font_family(opts, debug_font_matching=args.debug_font_fallback)
try:
_run_app(opts, args)
finally: