]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/font.cpp
Updated Makefiles for all but Motif; there is either a lock or a CVS problem.
[wxWidgets.git] / src / mac / font.cpp
index d30015eaf9e533df8061bf055a112e549ad5d9b6..eec71c52eedae360d9e3ac3e1e6b585aa8b2ba28 100644 (file)
@@ -121,6 +121,10 @@ void wxFontRefData::MacFindFont()
        //sequence in order to degrade gracefully while trying to maintain most of the style
        //information, meanwhile we just take the normal font and apply the features after
        OSStatus status = ::ATSUFONDtoFontID(m_macFontNum, normal /*qdStyle*/, (UInt32*)&m_macATSUFontID); 
+    /*
+    status = ATSUFindFontFromName ( (Ptr) m_faceName , strlen( m_faceName ) ,
+        kFontFullName, kFontMacintoshPlatform, kFontRomanScript , kFontNoLanguage  ,  (UInt32*)&m_macATSUFontID ) ;
+    */
        wxASSERT_MSG( status == noErr , "couldn't retrieve font identifier" ) ;
 }