20 #ifndef INCLUDED_OOX_OLE_AXFONTDATA_HXX
21 #define INCLUDED_OOX_OLE_AXFONTDATA_HXX
24 #include <rtl/ustring.hxx>
29 class BinaryInputStream;
30 class BinaryOutputStream;
65 sal_Int16 getHeightPoints()
const;
67 void setHeightPoints( sal_Int16 nPoints );
sal_Int32 mnFontHeight
Height of the font (not really twips, see code).
OOX_DLLPUBLIC bool importStdFont(StdFontInfo &orFontInfo, BinaryInputStream &rInStrm, bool bWithGuid)
Imports an OLE StdFont font structure from the current position of the passed binary stream...
Interface for binary output stream classes.
bool mbDblUnderline
True = double underline style (legacy VML drawing controls only).
All entries of a font property.
AxHorizontalAlign mnHorAlign
Horizontal text alignment.
OUString maFontName
Name of the used font.
AxFontFlags mnFontEffects
Font effect flags.
sal_Int32 mnFontCharSet
Windows character set of the font.