Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dfx_font.h148 bool IsFixedWidth() const;
/external/pdfium/core/fxge/ge/
Dcfx_font.cpp464 bool CFX_Font::IsFixedWidth() const { in IsFixedWidth() function in CFX_Font
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.cpp880 CalculateFlags(pFont->IsBold(), pFont->IsItalic(), pFont->IsFixedWidth(), in AddFont()