Home
last modified time | relevance | path

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

/AOO41X/main/starmath/source/
H A Dformat.cxx146 vFont[FNT_VARIABLE] = in SmFormat()
147 vFont[FNT_FUNCTION] = in SmFormat()
148 vFont[FNT_NUMBER] = in SmFormat()
149 vFont[FNT_TEXT] = in SmFormat()
150 vFont[FNT_SERIF] = SmFace(C2S(FNTNAME_TIMES), aBaseSize); in SmFormat()
151 vFont[FNT_SANS] = SmFace(C2S(FNTNAME_HELV), aBaseSize); in SmFormat()
152 vFont[FNT_FIXED] = SmFace(C2S(FNTNAME_COUR), aBaseSize); in SmFormat()
153 vFont[FNT_MATH] = SmFace(C2S(FNTNAME_MATH), aBaseSize); in SmFormat()
155 vFont[FNT_MATH].SetCharSet( RTL_TEXTENCODING_UNICODE ); in SmFormat()
157 vFont[FNT_VARIABLE].SetItalic(ITALIC_NORMAL); in SmFormat()
[all …]
/AOO41X/main/starmath/inc/
H A Dformat.hxx101 SmFace vFont[FNT_END + 1]; member in SmFormat
119 const SmFace & GetFont(sal_uInt16 nIdent) const { return vFont[nIdent]; } in GetFont()
121 …void SetFontSize(sal_uInt16 nIdent, const Size &rSize) { vFont[nIdent].SetSize( rSize… in SetFontSize()