mirror of https://github.com/odrling/Aegisub
Print usage information for faux bold/itatlic warnings
This commit is contained in:
parent
26e7880c8b
commit
8e5d4c48bc
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue