From 8e5d4c48bcc531eb915144e26d0a4a4b1e912984 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Wed, 7 May 2014 06:51:35 -0700 Subject: [PATCH] Print usage information for faux bold/itatlic warnings --- src/font_file_lister.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/font_file_lister.cpp b/src/font_file_lister.cpp index 4a93da7d0..a049d5c9c 100644 --- a/src/font_file_lister.cpp +++ b/src/font_file_lister.cpp @@ -155,6 +155,8 @@ void FontCollector::ProcessChunk(std::pair const& style) { PrintUsage(style.second); ++missing_glyphs; } + else if (res.fake_bold || res.fake_italic) + PrintUsage(style.second); } }