Searched refs:aOutMet (Results 1 – 1 of 1) sorted by relevance
328 const FontMetric aOutMet( rRefDev.GetFontMetric() ); in GetFontAscent() local329 nPrtAscent = (sal_uInt16) aOutMet.GetAscent(); in GetFontAscent()379 const FontMetric aOutMet( rRefDev.GetFontMetric() ); in GetFontHeight() local380 long nTmpPrtHeight = (sal_uInt16)aOutMet.GetAscent() + aOutMet.GetDescent(); in GetFontHeight()
Completed in 29 milliseconds