Lines Matching refs:Font
46 Font maLatinFont; /// The font for latin text portions.
47 Font maAsianFont; /// The font for asian text portions.
48 Font maCmplxFont; /// The font for complex text portions.
49 Font maDefltFont; /// The default font of the output device.
61 const Font& GetFont( sal_uInt16 _nScript ) const;
77 Font* _pLatinFont,
78 Font* _pAsianFont,
79 Font* _pCmplxFont );
87 void SetFonts( Font* _pLatinFont, Font* _pAsianFont, Font* _pCmplxFont );
105 Font* _pLatinFont, Font* _pAsianFont, Font* _pCmplxFont ) : in SvtScriptedTextHelper_Impl()
132 const Font& SvtScriptedTextHelper_Impl::GetFont( sal_uInt16 _nScript ) const in GetFont()
265 void SvtScriptedTextHelper_Impl::SetFonts( Font* _pLatinFont, Font* _pAsianFont, Font* _pCmplxFont ) in SetFonts()
331 Font* _pLatinFont, Font* _pAsianFont, Font* _pCmplxFont ) : in SvtScriptedTextHelper()
346 void SvtScriptedTextHelper::SetFonts( Font* _pLatinFont, Font* _pAsianFont, Font* _pCmplxFont ) in SetFonts()