#include <wx/wxprec.h>
#include <wx/wx.h>
#include <wx/tokenzr.h>
#include <wx/zstream.h>
#include "wx/pdfdoc.h"
#include "wx/pdffont.h"
#include "wx/pdftruetype.h"
Functions | |
| static int | CompareInts (int n1, int n2) |
| static wxString | GetNodeContent (const wxXmlNode *node) |
| static bool | GetFontDescription (const wxXmlNode *node, wxPdfFontDescription &fontDescription) |
| static int CompareInts | ( | int | n1, | |
| int | n2 | |||
| ) | [static] |
| static bool GetFontDescription | ( | const wxXmlNode * | node, | |
| wxPdfFontDescription & | fontDescription | |||
| ) | [static] |
| static wxString GetNodeContent | ( | const wxXmlNode * | node | ) | [static] |
1.5.1-p1