From 5a9819026e56a43892e3f291215022a9df33a52f Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 11 May 2002 06:55:06 +0000 Subject: [PATCH 1/1] appearance fonts git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/font.cpp | 4 ++++ src/mac/font.cpp | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/mac/carbon/font.cpp b/src/mac/carbon/font.cpp index d30015eaf9..eec71c52ee 100644 --- a/src/mac/carbon/font.cpp +++ b/src/mac/carbon/font.cpp @@ -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" ) ; } diff --git a/src/mac/font.cpp b/src/mac/font.cpp index d30015eaf9..eec71c52ee 100644 --- a/src/mac/font.cpp +++ b/src/mac/font.cpp @@ -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" ) ; } -- 2.45.2