Searched refs:GetFontWeight (Results 1 – 9 of 9) sorted by relevance
65 uint16_t GetFontWeight() const;
40 uint16_t CFX_CSSComputedStyle::GetFontWeight() const { in GetFontWeight() function in CFX_CSSComputedStyle
122 int GetFontWeight() const;
281 m_Font.LoadSubst(m_BaseFontName, IsTrueTypeFont(), m_Flags, GetFontWeight(), in LoadSubstFont()
431 int CPDF_Font::GetFontWeight() const { in GetFontWeight() function in CPDF_Font
140 return charinfo.m_pTextObj->GetFont()->GetFontWeight(); in FPDFText_GetFontWeight()
760 return pFont ? pFont->GetFontWeight() : -1; in FPDFFont_GetWeight()
1437 TEST_F(FPDFTextEmbedderTest, GetFontWeight) { in TEST_F() argument
359 if (pStyle->GetFontWeight() > FXFONT_FW_NORMAL) in GetFont()