Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_font.h70 bool IsFixedWidth() const;
Dcfx_font.cpp432 bool CFX_Font::IsFixedWidth() const { in IsFixedWidth() function in CFX_Font
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.cpp882 CalculateFlags(pFont->IsBold(), pFont->IsItalic(), pFont->IsFixedWidth(), in AddFont()