Home
last modified time | relevance | path

Searched refs:fAscent (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/aqua/source/gdi/
H A Dctfonts.cxx182 const CGFloat fAscent = CTFontGetAscent( aCTFontRef ); in GetFontMetric() local
184 rMetric.mnAscent = lrint( fAscent * fPixelSize); in GetFontMetric()
187 rMetric.mnIntLeading = lrint( (fAscent - fCapHeight) * fPixelSize); in GetFontMetric()

Completed in 14 milliseconds