Searched refs:aUnscaledFontMetric (Results 1 – 1 of 1) sorted by relevance
412 … const FontMetric aUnscaledFontMetric(Application::GetDefaultDevice()->GetFontMetric(aRetval)); in getVclFontFromFontAttribute() local414 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() local467 if(aUnscaledFontMetric.GetWidth() > 0) in getFontAttributeFromVclFont()469 …t double fScaleFactor((double)rFont.GetSize().getWidth() / (double)aUnscaledFontMetric.GetWidth()); in getFontAttributeFromVclFont()
Completed in 10 milliseconds