Searched refs:HasFontWidths (Results 1 – 5 of 5) sorted by relevance
32 bool HasFontWidths() const override;
65 virtual bool HasFontWidths() const;
216 bool CPDF_SimpleFont::HasFontWidths() const { in HasFontWidths() function in CPDF_SimpleFont
163 bool CPDF_Font::HasFontWidths() const { in HasFontWidths() function in CPDF_Font
70 if (!pFont->IsEmbedded() && pFont->HasFontWidths() && !bVertWriting && in Load()