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 );
Interface for binary output stream classes.
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.
All entries of a font property.
AxFontFlags mnFontEffects
Font effect flags.
bool mbDblUnderline
True = double underline style (legacy VML drawing controls only).
sal_Int32 mnFontCharSet
Windows character set of the font.
sal_Int32 mnFontHeight
Height of the font (not really twips, see code).
AxHorizontalAlign mnHorAlign
Horizontal text alignment.
OUString maFontName
Name of the used font.