Searched refs:cfAttributes (Results 1 – 1 of 1) sorted by relevance
522 AutoCFRelease<CFMutableDictionaryRef> cfAttributes( in NewFromName() local532 if (!cfFontName || !cfFontTraits || !cfAttributes || !cfTraits) { in NewFromName()538 CFDictionaryAddValue(cfAttributes, kCTFontFamilyNameAttribute, cfFontName); in NewFromName()539 CFDictionaryAddValue(cfAttributes, kCTFontTraitsAttribute, cfTraits); in NewFromName()542 CTFontDescriptorCreateWithAttributes(cfAttributes)); in NewFromName()