Home
last modified time | relevance | path

Searched refs:wxPdfFontDataTrueType (Results 1 – 3 of 3) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/include/wx/
H A Dpdffontdatatruetype.h29 class WXDLLIMPEXP_PDFDOC wxPdfFontDataTrueType : public wxPdfFontData
33 wxPdfFontDataTrueType();
36 virtual ~wxPdfFontDataTrueType();
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/src/
H A Dpdffontdatatruetype.cpp36 wxPdfFontDataTrueType::wxPdfFontDataTrueType() in wxPdfFontDataTrueType() function in wxPdfFontDataTrueType
47 wxPdfFontDataTrueType::~wxPdfFontDataTrueType() in ~wxPdfFontDataTrueType()
57 wxPdfFontDataTrueType::CreateDefaultEncodingConv() in CreateDefaultEncodingConv()
75 wxPdfFontDataTrueType::LoadFontMetrics(wxXmlNode* root) in LoadFontMetrics()
206 wxPdfFontDataTrueType::GetStringWidth(const wxString& s, const wxPdfEncoding* encoding, bool withKe… in GetStringWidth()
245 wxPdfFontDataTrueType::CanShow(const wxString& s, const wxPdfEncoding* encoding) const in CanShow()
258 wxPdfFontDataTrueType::ConvertCID2GID(const wxString& s, in ConvertCID2GID()
303 wxPdfFontDataTrueType::GetWidthsAsString(bool subset, wxPdfSortedArrayInt* usedGlyphs, wxPdfChar2Gl… in GetWidthsAsString()
319 wxPdfFontDataTrueType::WriteFontData(wxOutputStream* fontData, wxPdfSortedArrayInt* usedGlyphs, wxP… in WriteFontData()
H A Dpdffontmanager.cpp1493 fontData = new wxPdfFontDataTrueType(); in LoadFontFromXML()