HomeSort by relevance Sort by last modified time
    Searched defs:pSubstFont (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fgas/font/
cfgas_gefont.cpp 251 auto* pSubstFont = m_pFont->GetSubstFont();
252 if (pSubstFont) {
253 if (pSubstFont->m_Weight == FXFONT_FW_BOLD)
255 if (pSubstFont->m_SubstFlags & FXFONT_SUBST_ITALIC)
  /external/pdfium/core/fxge/ge/
cfx_facecache.cpp 109 const CFX_SubstFont* pSubstFont = pFont->GetSubstFont();
110 if (pSubstFont) {
111 bUseCJKSubFont = pSubstFont->m_bSubstCJK && bFontStyle;
114 skew = pSubstFont->m_bItalicCJK ? -15 : 0;
116 skew = pSubstFont->m_ItalicAngle;
131 if (pSubstFont->m_SubstFlags & FXFONT_SUBST_MM) {
154 weight = pSubstFont->m_WeightCJK;
156 weight = pSubstFont ? pSubstFont->m_Weight : 0;
157 if (pSubstFont && !(pSubstFont->m_SubstFlags & FXFONT_SUBST_MM) &
    [all...]

Completed in 269 milliseconds