X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/66a09d4776b8ae390d5aa51dbd678b694f2c81d6..be604faa7b2134e60a1e12d74c9c62b946a259ac:/src/mac/font.cpp diff --git a/src/mac/font.cpp b/src/mac/font.cpp index ab906cad67..eec71c52ee 100644 --- a/src/mac/font.cpp +++ b/src/mac/font.cpp @@ -54,9 +54,9 @@ void wxFontRefData::Init(int pointSize, m_faceName = faceName; m_encoding = encoding; - m_macFontNum = 0 ; - m_macFontSize = 0; - m_macFontStyle = 0; + m_macFontNum = 0 ; + m_macFontSize = 0; + m_macFontStyle = 0; m_fontId = 0; } @@ -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" ) ; }