- Timestamp:
- 03/16/08 12:42:43 (7 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/branches/v4.1d1/MacOS/Sources/More ATSUI/MoreATSUnicodeFonts.cp
r74 r163 874 874 // First see if there are any names at all with the given code. 875 875 // Remember the info for that name - it'll be our first guess. 876 status = ATSUFindFontName( theFont, iNameCode, kFontNoPlatform , kFontNoScript, kFontNoLanguage,876 status = ATSUFindFontName( theFont, iNameCode, kFontNoPlatformCode, kFontNoScriptCode, kFontNoLanguageCode, 877 877 0, NULL, NULL, &bestIndex ); 878 878 if ( status == noErr ) {