Lines Matching refs:rFont
153 void TextLayouterDevice::setFont(const Font& rFont) in setFont() argument
155 mrDevice.SetFont( rFont ); in setFont()
434 const Font& rFont, in getFontAttributeFromVclFont() argument
439 rFont.GetName(), in getFontAttributeFromVclFont()
440 rFont.GetStyleName(), in getFontAttributeFromVclFont()
441 static_cast<sal_uInt16>(rFont.GetWeight()), in getFontAttributeFromVclFont()
442 RTL_TEXTENCODING_SYMBOL == rFont.GetCharSet(), in getFontAttributeFromVclFont()
443 rFont.IsVertical(), in getFontAttributeFromVclFont()
444 ITALIC_NONE != rFont.GetItalic(), in getFontAttributeFromVclFont()
445 PITCH_FIXED == rFont.GetPitch(), in getFontAttributeFromVclFont()
446 rFont.IsOutline(), in getFontAttributeFromVclFont()
452 o_rSize.setY(rFont.GetSize().getHeight() > 0 ? rFont.GetSize().getHeight() : 0); in getFontAttributeFromVclFont()
461 if(rFont.GetSize().getWidth() > 0) in getFontAttributeFromVclFont()
463 Font aUnscaledFont(rFont); in getFontAttributeFromVclFont()
469 …const double fScaleFactor((double)rFont.GetSize().getWidth() / (double)aUnscaledFontMetric.GetWidt… in getFontAttributeFromVclFont()
478 if(rFont.GetSize().getWidth() > 0) in getFontAttributeFromVclFont()
480 o_rSize.setX((double)rFont.GetSize().getWidth()); in getFontAttributeFromVclFont()