Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxge/
Dfx_font.h96 FX_BOOL IsFixedWidth() const;
/external/pdfium/core/src/fxge/ge/
Dfx_ge_font.cpp364 FX_BOOL CFX_Font::IsFixedWidth() const { in IsFixedWidth() function in CFX_Font
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp844 if (pFont->IsFixedWidth()) { in AddFont()