LibreOffice Module oox (master) 1
Public Member Functions | Public Attributes | List of all members
oox::ole::StdFontInfo Struct Reference

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...
 

Detailed Description

Stores data about a StdFont font structure.

Definition at line 68 of file olehelper.hxx.

Constructor & Destructor Documentation

◆ StdFontInfo() [1/2]

oox::ole::StdFontInfo::StdFontInfo ( )
explicit

Definition at line 199 of file olehelper.cxx.

References mnFlags, mnHeight, and mnWeight.

◆ StdFontInfo() [2/2]

oox::ole::StdFontInfo::StdFontInfo ( OUString  aName,
sal_uInt32  nHeight 
)
explicit

Definition at line 207 of file olehelper.cxx.

References aName, mnFlags, mnHeight, and mnWeight.

Member Data Documentation

◆ maName

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().

◆ mnCharSet

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().

◆ mnFlags

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().

◆ mnHeight

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().

◆ mnWeight

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().


The documentation for this struct was generated from the following files: