Searched refs:fAscent (Results 1 – 1 of 1) sorted by relevance
182 const CGFloat fAscent = CTFontGetAscent( aCTFontRef ); in GetFontMetric() local184 rMetric.mnAscent = lrint( fAscent * fPixelSize); in GetFontMetric()187 rMetric.mnIntLeading = lrint( (fAscent - fCapHeight) * fPixelSize); in GetFontMetric()
Completed in 15 milliseconds