Searched refs:CPDF_Type1Font (Results 1 – 5 of 5) sorted by relevance
66 CPDF_Type1Font::CPDF_Type1Font(CPDF_Document* pDocument, in CPDF_Type1Font() function in CPDF_Type1Font74 CPDF_Type1Font::~CPDF_Type1Font() = default;76 bool CPDF_Type1Font::IsType1Font() const { in IsType1Font()80 const CPDF_Type1Font* CPDF_Type1Font::AsType1Font() const { in AsType1Font()84 CPDF_Type1Font* CPDF_Type1Font::AsType1Font() { in AsType1Font()88 bool CPDF_Type1Font::Load() { in Load()115 int CPDF_Type1Font::GlyphFromCharCodeExt(uint32_t charcode) { in GlyphFromCharCodeExt()124 void CPDF_Type1Font::LoadGlyphMap() { in LoadGlyphMap()328 bool CPDF_Type1Font::IsSymbolicFont() const { in IsSymbolicFont()333 bool CPDF_Type1Font::IsFixedFont() const { in IsFixedFont()[all …]
15 class CPDF_Type1Font final : public CPDF_SimpleFont {20 ~CPDF_Type1Font() override;24 const CPDF_Type1Font* AsType1Font() const override;25 CPDF_Type1Font* AsType1Font() override;33 CPDF_Type1Font(CPDF_Document* pDocument, CPDF_Dictionary* pFontDict);
30 class CPDF_Type1Font; variable75 virtual const CPDF_Type1Font* AsType1Font() const;76 virtual CPDF_Type1Font* AsType1Font();
79 const CPDF_Type1Font* CPDF_Font::AsType1Font() const { in AsType1Font()83 CPDF_Type1Font* CPDF_Font::AsType1Font() { in AsType1Font()335 pFont = pdfium::MakeRetain<CPDF_Type1Font>(pDoc, pFontDict); in Create()
213 CPDF_Type1Font* pT1Font = pFont->AsType1Font(); in GetStandardFont()