Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_font.h90 bool IsFixedWidth() const;
Dcfx_font.cpp500 bool CFX_Font::IsFixedWidth() const { in IsFixedWidth() function in CFX_Font
/external/pdfium/core/fpdfapi/page/
Dcpdf_docpagedata.cpp464 CalculateFlags(pFont->IsBold(), pFont->IsItalic(), pFont->IsFixedWidth(), in AddFont()