LibreOffice Module lotuswordpro (master) 1
Public Member Functions | Private Attributes | List of all members
LwpFontTable Class Reference

#include <lwpfont.hxx>

Public Member Functions

 LwpFontTable ()
 
 ~LwpFontTable ()
 
void Read (LwpObjectStream *pStrm)
 
OUString GetFaceName (sal_uInt16 index)
 

Private Attributes

sal_uInt16 m_nCount
 
std::unique_ptr< LwpFontTableEntry[]> m_pFontEntries
 

Detailed Description

Definition at line 90 of file lwpfont.hxx.

Constructor & Destructor Documentation

◆ LwpFontTable()

LwpFontTable::LwpFontTable ( )

Definition at line 245 of file lwpfont.cxx.

References m_nCount.

◆ ~LwpFontTable()

LwpFontTable::~LwpFontTable ( )

Definition at line 270 of file lwpfont.cxx.

Member Function Documentation

◆ GetFaceName()

OUString LwpFontTable::GetFaceName ( sal_uInt16  index)

◆ Read()

void LwpFontTable::Read ( LwpObjectStream pStrm)

Member Data Documentation

◆ m_nCount

sal_uInt16 LwpFontTable::m_nCount
private

Definition at line 100 of file lwpfont.hxx.

Referenced by GetFaceName(), and Read().

◆ m_pFontEntries

std::unique_ptr<LwpFontTableEntry[]> LwpFontTable::m_pFontEntries
private

Definition at line 101 of file lwpfont.hxx.

Referenced by GetFaceName(), and Read().


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