Lines Matching defs:FontModel
163 struct FontModel struct
166 Color maColor; /// Font color.
167 sal_Int32 mnScheme; /// Major/minor scheme font.
168 sal_Int32 mnFamily; /// Font family.
169 sal_Int32 mnCharSet; /// Windows font character set.
170 double mfHeight; /// Font height in points.
171 sal_Int32 mnUnderline; /// Underline style.
172 sal_Int32 mnEscapement; /// Escapement style.
173 bool mbBold; /// True = bold characters.
174 bool mbItalic; /// True = italic characters.
175 bool mbStrikeout; /// True = Strike out characters.
176 bool mbOutline; /// True = outlined characters.
177 bool mbShadow; /// True = shadowed chgaracters.