Home | History | Annotate | Download | only in ports

Lines Matching refs:fCTFont

605     CTFontRef                           fCTFont;
670 fCTFont = CTFontCreateCopyWithAttributes(ctFont, unitFontSize, &transform,
673 fCGFont = CTFontCopyGraphicsFont(fCTFont, NULL);
694 CFSafeRelease(fCTFont);
940 if (!CTFontGetGlyphsForCharacters(fCTFont, &theChar, &cgGlyph, 1))
967 CTFontGetBoundingRectsForGlyphs(fCTFont, kCTFontDefaultOrientation,
973 CTFontGetBoundingRectsForGlyphs(fCTFont, kCTFontDefaultOrientation,
975 CTFontGetAdvancesForGlyphs(fCTFont, kCTFontDefaultOrientation,
985 CGPathRef path = CTFontCreatePathForGlyph(fCTFont, cgGlyph, NULL);
1371 CTFontRef font = fCTFont;
1404 font = CTFontCreateCopyWithAttributes(fCTFont, 1, &xform, NULL);
1432 CGRect theBounds = CTFontGetBoundingBox(fCTFont);
1436 theMetrics.fAscent = CGToScalar(-CTFontGetAscent(fCTFont));
1437 theMetrics.fDescent = CGToScalar( CTFontGetDescent(fCTFont));
1439 theMetrics.fLeading = CGToScalar( CTFontGetLeading(fCTFont));
1443 theMetrics.fXHeight = CGToScalar( CTFontGetXHeight(fCTFont));