Commenting.
This commit is contained in:
parent
3c60b92472
commit
a170d3f006
|
@ -88,6 +88,8 @@ bool FONTCONFIG::FindFont( const wxString& aFontName, wxString& aFontFile )
|
||||||
fontName += ":" + styleStr;
|
fontName += ":" + styleStr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: report Regular vs Book, Italic vs Oblique, etc. or filter them out?
|
||||||
|
|
||||||
if( aFontName.CmpNoCase( fontName ) != 0 )
|
if( aFontName.CmpNoCase( fontName ) != 0 )
|
||||||
wxLogWarning( _( "Font '%s' not found; substituting '%s'." ), aFontName, fontName );
|
wxLogWarning( _( "Font '%s' not found; substituting '%s'." ), aFontName, fontName );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue