LibreOffice Module vcl (master)
1
|
#include <fontcharmap.hxx>
Public Member Functions | |
CmapResult (bool bSymbolic=false, const sal_UCS4 *pRangeCodes=nullptr, int nRangeCount=0) | |
Public Attributes | |
const sal_UCS4 * | mpRangeCodes |
const int * | mpStartGlyphs |
const sal_uInt16 * | mpGlyphIds |
int | mnRangeCount |
bool | mbSymbolic |
bool | mbRecoded |
Definition at line 158 of file fontcharmap.hxx.
|
explicit |
Definition at line 28 of file fontcharmap.cxx.
bool CmapResult::mbRecoded |
Definition at line 169 of file fontcharmap.hxx.
Referenced by ParseCMAP().
bool CmapResult::mbSymbolic |
Definition at line 168 of file fontcharmap.hxx.
Referenced by ParseCMAP().
int CmapResult::mnRangeCount |
Definition at line 167 of file fontcharmap.hxx.
Referenced by ParseCMAP().
const sal_uInt16* CmapResult::mpGlyphIds |
Definition at line 166 of file fontcharmap.hxx.
Referenced by ParseCMAP().
const sal_UCS4* CmapResult::mpRangeCodes |
Definition at line 164 of file fontcharmap.hxx.
Referenced by ParseCMAP().
const int* CmapResult::mpStartGlyphs |
Definition at line 165 of file fontcharmap.hxx.
Referenced by ParseCMAP().