Lines Matching refs:lfp
2008 U_LOGFONT_PANOSE lfp;
2009 memset(&lfp,0,sizeof(U_LOGFONT_PANOSE)); // all fields zero unless needed. Many should be ignored or must be 0.
2010 wchar16strncpy(lfp.elfFullName, elfFullName, U_LF_FULLFACESIZE);
2011 lfp.elfFullName[U_LF_FULLFACESIZE-1] = '\0';
2012 wchar16strncpy(lfp.elfStyle, elfStyle, U_LF_FACESIZE);
2013 lfp.elfStyle[U_LF_FACESIZE-1] = '\0';
2014 lfp.elfLogFont = elfLogFont;
2015 lfp.elfStyleSize = elfStyleSize;
2016 lfp.elfPanose = elfPanose;
2017 return(lfp);