wxPdfDocument
0.9.7
|
#include <wx/dynarray.h>
#include <wx/hashmap.h>
#include <wx/mstream.h>
#include <wx/object.h>
#include <wx/xml/xml.h>
#include "wx/pdfdocdef.h"
#include "wx/pdfarraytypes.h"
#include "wx/pdffontdescription.h"
Classes | |
class | wxPdfGlyphListEntry |
Class representing a glyph list entry. More... | |
class | wxPdfFontData |
Base class for all fonts. (For internal use only) More... | |
Functions | |
WX_DECLARE_HASH_MAP_WITH_DECL (wxUint32, int, wxIntegerHash, wxIntegerEqual, wxPdfKernWidthMap, class WXDLLIMPEXP_PDFDOC) | |
WX_DECLARE_HASH_MAP_WITH_DECL (wxUint32, wxPdfKernWidthMap *, wxIntegerHash, wxIntegerEqual, wxPdfKernPairMap, class WXDLLIMPEXP_PDFDOC) | |
WX_DECLARE_HASH_MAP_WITH_DECL (wxUint32, wxUint16, wxIntegerHash, wxIntegerEqual, wxPdfGlyphWidthMap, class WXDLLIMPEXP_PDFDOC) | |
WX_DECLARE_HASH_MAP_WITH_DECL (wxUint32, wxUint32, wxIntegerHash, wxIntegerEqual, wxPdfChar2GlyphMap, class WXDLLIMPEXP_PDFDOC) | |
WX_DEFINE_SORTED_USER_EXPORTED_ARRAY (wxPdfGlyphListEntry *, wxPdfGlyphList, WXDLLIMPEXP_PDFDOC) | |
Variables | |
class WXDLLIMPEXP_FWD_PDFDOC | wxPdfEncoding |
class WXDLLIMPEXP_FWD_PDFDOC | wxPdfEncodingChecker |
Definition of font data
WX_DECLARE_HASH_MAP_WITH_DECL | ( | wxUint32 | , |
int | , | ||
wxIntegerHash | , | ||
wxIntegerEqual | , | ||
wxPdfKernWidthMap | , | ||
class WXDLLIMPEXP_PDFDOC | |||
) |
WX_DECLARE_HASH_MAP_WITH_DECL | ( | wxUint32 | , |
wxPdfKernWidthMap * | , | ||
wxIntegerHash | , | ||
wxIntegerEqual | , | ||
wxPdfKernPairMap | , | ||
class WXDLLIMPEXP_PDFDOC | |||
) |
WX_DECLARE_HASH_MAP_WITH_DECL | ( | wxUint32 | , |
wxUint16 | , | ||
wxIntegerHash | , | ||
wxIntegerEqual | , | ||
wxPdfGlyphWidthMap | , | ||
class WXDLLIMPEXP_PDFDOC | |||
) |
WX_DECLARE_HASH_MAP_WITH_DECL | ( | wxUint32 | , |
wxUint32 | , | ||
wxIntegerHash | , | ||
wxIntegerEqual | , | ||
wxPdfChar2GlyphMap | , | ||
class WXDLLIMPEXP_PDFDOC | |||
) |
WX_DEFINE_SORTED_USER_EXPORTED_ARRAY | ( | wxPdfGlyphListEntry * | , |
wxPdfGlyphList | , | ||
WXDLLIMPEXP_PDFDOC | |||
) |