Home | History | Annotate | Download | only in win32

Lines Matching defs:iBaseFont

288     int iBaseFont;
289 for (iBaseFont = 0; iBaseFont < 12; iBaseFont ++)
290 if (face == CFX_ByteStringC(Base14Substs[iBaseFont].m_pName)) {
291 face = Base14Substs[iBaseFont].m_pWinName;
292 weight = Base14Substs[iBaseFont].m_bBold ? FW_BOLD : FW_NORMAL;
293 bItalic = Base14Substs[iBaseFont].m_bItalic;