Searched refs:theBounds (Results 1 – 1 of 1) sorted by relevance
1402 CGRect theBounds = CTFontGetBoundingBox(fCTFont); in generateFontMetrics() local1404 metrics->fTop = CGToScalar(-CGRectGetMaxY_inline(theBounds)); in generateFontMetrics()1407 metrics->fBottom = CGToScalar(-CGRectGetMinY_inline(theBounds)); in generateFontMetrics()1409 metrics->fAvgCharWidth = CGToScalar( CGRectGetWidth_inline(theBounds)); in generateFontMetrics()1410 metrics->fXMin = CGToScalar( CGRectGetMinX_inline(theBounds)); in generateFontMetrics()1411 metrics->fXMax = CGToScalar( CGRectGetMaxX_inline(theBounds)); in generateFontMetrics()