Home | History | Annotate | Download | only in ports

Lines Matching refs:cfFontName

392     CFStringRef                 cfFontName;
410 cfFontName = CFStringCreateWithCString(NULL, familyName, kCFStringEncodingUTF8);
417 if (cfFontName != NULL && cfFontTraits != NULL && cfAttributes != NULL && cfTraits != NULL) {
420 CFDictionaryAddValue(cfAttributes, kCTFontFamilyNameAttribute, cfFontName);
427 CTFontRef ctNamed = CTFontCreateWithName(cfFontName, 1, NULL);
437 CFSafeRelease(cfFontName);