Home
last modified time | relevance | path

Searched refs:aCTFontRef (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/aqua/source/gdi/
H A Dctfonts.cxx179 CTFontRef aCTFontRef = (CTFontRef)CFDictionaryGetValue( mpStyleDict, kCTFontAttributeName ); in GetFontMetric() local
182 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() local
209 …const CGRect aCGRect = rCT.FontGetBoundingRectsForGlyphs( aCTFontRef, aFontOrientation, &nCGGlyph,… in GetGlyphBoundRect()

Completed in 12 milliseconds