Print usage information for faux bold/itatlic warnings

This commit is contained in:
Thomas Goyne 2014-05-07 06:51:35 -07:00
parent 26e7880c8b
commit 8e5d4c48bc
1 changed files with 2 additions and 0 deletions

View File

@ -155,6 +155,8 @@ void FontCollector::ProcessChunk(std::pair<StyleInfo, UsageData> const& style) {
PrintUsage(style.second);
++missing_glyphs;
}
else if (res.fake_bold || res.fake_italic)
PrintUsage(style.second);
}
}