LibreOffice Module oox (master) 1
|
Stores data about a StdFont font structure. More...
#include <olehelper.hxx>
Public Member Functions | |
StdFontInfo () | |
StdFontInfo (OUString aName, sal_uInt32 nHeight) | |
Public Attributes | |
OUString | maName |
Font name. More... | |
sal_uInt32 | mnHeight |
Font height (1/10,000 points). More... | |
sal_uInt16 | mnWeight |
Font weight (normal/bold). More... | |
sal_uInt16 | mnCharSet |
Font charset. More... | |
sal_uInt8 | mnFlags |
Font flags. More... | |
Stores data about a StdFont font structure.
Definition at line 68 of file olehelper.hxx.
|
explicit |
Definition at line 199 of file olehelper.cxx.
|
explicit |
OUString oox::ole::StdFontInfo::maName |
Font name.
Definition at line 70 of file olehelper.hxx.
Referenced by oox::ole::AxFontData::importStdFont(), and oox::ole::OleHelper::importStdFont().
sal_uInt16 oox::ole::StdFontInfo::mnCharSet |
Font charset.
Definition at line 73 of file olehelper.hxx.
Referenced by oox::ole::AxFontData::importStdFont(), and oox::ole::OleHelper::importStdFont().
sal_uInt8 oox::ole::StdFontInfo::mnFlags |
Font flags.
Definition at line 74 of file olehelper.hxx.
Referenced by oox::ole::AxFontData::importStdFont(), and oox::ole::OleHelper::importStdFont().
sal_uInt32 oox::ole::StdFontInfo::mnHeight |
Font height (1/10,000 points).
Definition at line 71 of file olehelper.hxx.
Referenced by oox::ole::AxFontData::importStdFont(), and oox::ole::OleHelper::importStdFont().
sal_uInt16 oox::ole::StdFontInfo::mnWeight |
Font weight (normal/bold).
Definition at line 72 of file olehelper.hxx.
Referenced by oox::ole::AxFontData::importStdFont(), and oox::ole::OleHelper::importStdFont().