Home | History | Annotate | Download | only in javascript

Lines Matching defs:csFontName

2884 		CFX_ByteString csFontName;
2885 vp >> csFontName;
2886 if (csFontName.IsEmpty()) return FALSE;
2890 AddDelay_String(FP_TEXTFONT, csFontName);
2894 Field::SetTextFont(m_pDocument, m_FieldName, m_nFormControlIndex, csFontName);