VC提供了一个函数EnumFontFamiliesEx()专门用于获取系统字体列表,它原型为intEnumFontFamiliesEx( HDC hdc, //handle to device context LPLOGFONT lpLogfont, //pointer to logical font information FONTENUMPROClpEnumFontFamExProc,// pointer to callback function LPARAM lParam, // application-supplied data DWORD dwFlags // reserved; must be zero );