Home
last modified time | relevance | path

Searched refs:aUnscaledFontMetric (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/drawinglayer/source/primitive2d/
H A Dtextlayoutdevice.cxx412 … const FontMetric aUnscaledFontMetric(Application::GetDefaultDevice()->GetFontMetric(aRetval)); in getVclFontFromFontAttribute() local
414 if(aUnscaledFontMetric.GetWidth() > 0) in getVclFontFromFontAttribute()
417 …const sal_uInt32 nScaledWidth(basegfx::fround((double)aUnscaledFontMetric.GetWidth() * fScaleFacto… in getVclFontFromFontAttribute()
465 …const FontMetric aUnscaledFontMetric(Application::GetDefaultDevice()->GetFontMetric(aUnscaledFont)… in getFontAttributeFromVclFont() local
467 if(aUnscaledFontMetric.GetWidth() > 0) in getFontAttributeFromVclFont()
469 …t double fScaleFactor((double)rFont.GetSize().getWidth() / (double)aUnscaledFontMetric.GetWidth()); in getFontAttributeFromVclFont()

Completed in 10 milliseconds