LibreOffice Module starmath (master) 1
Public Member Functions | Public Attributes | List of all members
SmFontFormat Struct Reference

#include <cfgitem.hxx>

Public Member Functions

 SmFontFormat ()
 
 SmFontFormat (const vcl::Font &rFont)
 
vcl::Font GetFont () const
 
bool operator== (const SmFontFormat &rFntFmt) const
 

Public Attributes

OUString aName
 
sal_Int16 nCharSet
 
sal_Int16 nFamily
 
sal_Int16 nPitch
 
sal_Int16 nWeight
 
sal_Int16 nItalic
 

Detailed Description

Definition at line 46 of file cfgitem.hxx.

Constructor & Destructor Documentation

◆ SmFontFormat() [1/2]

SmFontFormat::SmFontFormat ( )

Definition at line 176 of file cfgitem.cxx.

References aName, FAMILY_DONTKNOW, ITALIC_NONE, PITCH_DONTKNOW, and WEIGHT_DONTKNOW.

◆ SmFontFormat() [2/2]

SmFontFormat::SmFontFormat ( const vcl::Font rFont)
explicit

Definition at line 187 of file cfgitem.cxx.

References aName.

Member Function Documentation

◆ GetFont()

vcl::Font SmFontFormat::GetFont ( ) const

◆ operator==()

bool SmFontFormat::operator== ( const SmFontFormat rFntFmt) const

Definition at line 211 of file cfgitem.cxx.

References aName, nCharSet, nFamily, nItalic, nPitch, and nWeight.

Member Data Documentation

◆ aName

OUString SmFontFormat::aName

◆ nCharSet

sal_Int16 SmFontFormat::nCharSet

◆ nFamily

sal_Int16 SmFontFormat::nFamily

◆ nItalic

sal_Int16 SmFontFormat::nItalic

◆ nPitch

sal_Int16 SmFontFormat::nPitch

◆ nWeight

sal_Int16 SmFontFormat::nWeight

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