Lines Matching refs:_rFont
63 void scaleFontWidth(Font& _rFont,const OutputDevice& rOutDev,long& _n100PercentFont) in scaleFontWidth() argument
65 _rFont.SetWidth( 0 ); in scaleFontWidth()
66 _n100PercentFont = rOutDev.GetFontMetric( _rFont ).GetWidth(); in scaleFontWidth()
69 void initFont(Font& _rFont) in initFont() argument
71 _rFont.SetTransparent(sal_True); in initFont()
72 _rFont.SetAlign(ALIGN_BASELINE); in initFont()
75 void setFontSize(Font& _rFont) in setFontSize() argument
77 Size aSize( _rFont.GetSize() ); in setFontSize()
80 _rFont.SetSize( aSize ); in setFontSize()
83 void calcFontHeightAnyAscent(OutputDevice* _pWin,Font& _rFont,long& _nHeight,long& _nAscent) in calcFontHeightAnyAscent() argument
87 _pWin->SetFont( _rFont ); in calcFontHeightAnyAscent()