]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fontmgrcmn.cpp
fix compilation in ANSI STL build
[wxWidgets.git] / src / common / fontmgrcmn.cpp
index 2c4c06c3b29468239cc51df07aa30ab27aad0a8c..ee2fe4915a632a983939130a9dafdfb9ecb016ea 100644 (file)
@@ -130,6 +130,8 @@ wxFontBundleBase::GetFaceForFont(const wxFontMgrFontRefData& font) const
 
     if ( !HasFace((FaceType)type) )
     {
+        // if we can't get the exact font requested, substitute it with
+        // some other variant:
         for (int i = 0; i < FaceType_Max; i++)
         {
             if ( HasFace((FaceType)i) )