Searched refs:mpCTFontArray (Results 1 – 1 of 1) sorted by relevance
74 CFArrayRef mpCTFontArray; member in CTFontList497 , mpCTFontArray( NULL ) in CTFontList()509 if( mpCTFontArray ) in ~CTFontList()510 CFRelease( mpCTFontArray ); in ~CTFontList()561 mpCTFontArray = rCT.FontCollectionCreateMatchingFontDescriptors( mpCTFontCollection ); in Init()562 const int nFontCount = CFArrayGetCount( mpCTFontArray ); in Init()564 CFArrayApplyFunction( mpCTFontArray, aFullRange, CTFontEnumCallBack, this ); in Init()
Completed in 21 milliseconds