vb的代嗎你要不要.你可以參考一下以下API:<br>Private Declare Function EnumFontFamilies Lib "gdi32" Alias "EnumFontFamiliesA" (ByVal hdc As Long, ByVal lpszFamily As String, ByVal lpEnumFontFamProc As Long, LParam As Any) As Long<br>Private Declare Function GetDC Lib "user32" (ByVal hWnd As Long) As Long<br>Private Declare Function ReleaseDC Lib "user32" (ByVal hWnd As Long, ByVal hdc As Long) As Long<br><br>