Home | History | Annotate | Download | only in win32

Lines Matching refs:iBaseFont

295     int iBaseFont;

296 for (iBaseFont = 0; iBaseFont < 12; iBaseFont ++)
297 if (face == CFX_ByteStringC(Base14Substs[iBaseFont].m_pName)) {
298 face = Base14Substs[iBaseFont].m_pWinName;
299 weight = Base14Substs[iBaseFont].m_bBold ? FW_BOLD : FW_NORMAL;
300 bItalic = Base14Substs[iBaseFont].m_bItalic;