Commenting.

This commit is contained in:
Jeff Young 2022-01-09 11:09:59 +00:00
parent 3c60b92472
commit a170d3f006
1 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,8 @@ bool FONTCONFIG::FindFont( const wxString& aFontName, wxString& aFontFile )
fontName += ":" + styleStr;
}
// TODO: report Regular vs Book, Italic vs Oblique, etc. or filter them out?
if( aFontName.CmpNoCase( fontName ) != 0 )
wxLogWarning( _( "Font '%s' not found; substituting '%s'." ), aFontName, fontName );