20 #ifndef INCLUDED_VCL_SOURCE_GDI_PDFFONTCACHE_HXX
21 #define INCLUDED_VCL_SOURCE_GDI_PDFFONTCACHE_HXX
48 ( m_typeFontFace->before( *pType ) ||
49 ( *m_typeFontFace == *pType && m_bVertical < rRight.
m_bVertical ) ) );
FontData & getFont(const PhysicalFontFace *, bool bVertical)
std::map< FontIdentifier, sal_uInt32 > FontToIndexMap
abstract base class for physical font faces
std::vector< FontData > m_aFonts
Ucs2UIntMap m_aGlyphIdToIndex
std::type_info * m_typeFontFace
FontToIndexMap m_aFontToIndex
FontIdentifier(const PhysicalFontFace *, bool bVertical)
bool operator<(const FontIdentifier &rRight) const
std::vector< sal_Int32 > m_nWidths
std::map< sal_Ucs, sal_uInt32 > Ucs2UIntMap
sal_Int32 getGlyphWidth(const PhysicalFontFace *, sal_GlyphId, bool bVertical, SalGraphics *)