Home
last modified time | relevance | path

Searched refs:FXFONT_FW_BOLD (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/public/
Dfpdf_sysfontinfo.h29 #define FXFONT_FW_BOLD 700 macro
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp82 FontStyleIsBold(dwFontStyles) ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL; in LoadFontInternal()
145 if (pSubstFont->m_Weight == FXFONT_FW_BOLD) in GetFontStyles()
/external/pdfium/core/fxge/
Dfx_font.h34 #define FXFONT_FW_BOLD 700 macro
Dcfx_fontmapper.cpp492 weight = FXFONT_FW_BOLD; in FindSubstFont()
520 weight = FXFONT_FW_BOLD; in FindSubstFont()
683 bNeedUpdateWeight = weight != FXFONT_FW_BOLD; in FindSubstFont()
/external/pdfium/xfa/fxfa/
Dcxfa_textparser.cpp140 pStyle->SetFontWeight(font->IsBold() ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in CreateRootStyle()