LibreOffice Module vcl (master)
1
|
Public Member Functions | |
FontIdentifier (const PhysicalFontFace *, bool bVertical) | |
bool | operator< (const FontIdentifier &rRight) const |
Public Attributes | |
sal_IntPtr const | m_nFontId |
bool const | m_bVertical |
std::type_info *const | m_typeFontFace |
Definition at line 33 of file pdffontcache.hxx.
PDFFontCache::FontIdentifier::FontIdentifier | ( | const PhysicalFontFace * | pFont, |
bool | bVertical | ||
) |
Definition at line 31 of file pdffontcache.cxx.
|
inline |
Definition at line 42 of file pdffontcache.hxx.
References m_bVertical, m_nFontId, and m_typeFontFace.
bool const vcl::PDFFontCache::FontIdentifier::m_bVertical |
Definition at line 36 of file pdffontcache.hxx.
Referenced by operator<().
sal_IntPtr const vcl::PDFFontCache::FontIdentifier::m_nFontId |
Definition at line 35 of file pdffontcache.hxx.
Referenced by operator<().
std::type_info* const vcl::PDFFontCache::FontIdentifier::m_typeFontFace |
Definition at line 37 of file pdffontcache.hxx.
Referenced by operator<().