TFontNameComboBox及TFontSizeComboBox的实现(16) { char FontFullName[64]; strcpy(FontFullName,lpelf->elfFullName); if(((TStrings*)(lParam))->IndexOf(FontFullName)==-1) ((TStrings*)(lParam))->Add(FontFullName); return true;}//----------------------------------------------------------------------------bool __stdcall EnumFontSizeProc(ENUMLOGFONT FAR *lpelf,NEWTEXTMETRIC FAR *lpntm, int FontType, LPARAM lParam){ if(FontType&TRUETYPE_FONTTYPE)