Searched refs:aCTFontRef (Results 1 – 1 of 1) sorted by relevance
179 CTFontRef aCTFontRef = (CTFontRef)CFDictionaryGetValue( mpStyleDict, kCTFontAttributeName ); in GetFontMetric() local182 const CGFloat fAscent = CTFontGetAscent( aCTFontRef ); in GetFontMetric()183 const CGFloat fCapHeight = CTFontGetCapHeight( aCTFontRef ); in GetFontMetric()185 rMetric.mnDescent = lrint( CTFontGetDescent( aCTFontRef ) * fPixelSize); in GetFontMetric()186 rMetric.mnExtLeading = lrint( CTFontGetLeading( aCTFontRef ) * fPixelSize); in GetFontMetric()192 rMetric.mnWidth = lrint( CTFontGetSize( aCTFontRef ) * fPixelSize * mfFontStretch); in GetFontMetric()206 CTFontRef aCTFontRef = (CTFontRef)CFDictionaryGetValue( mpStyleDict, kCTFontAttributeName ); in GetGlyphBoundRect() local209 …const CGRect aCGRect = rCT.FontGetBoundingRectsForGlyphs( aCTFontRef, aFontOrientation, &nCGGlyph,… in GetGlyphBoundRect()
Completed in 17 milliseconds