巧巧读书论坛
»
程序语言
»
VB论坛
» 如何取得计算机的所有字型
查看完整版本: 如何取得计算机的所有字型
yechuan0
2007-11-21 09:34
如何取得计算机的所有字型
取得屏幕字型:
Dim I As Long
For I = 0 To Screen.FontCount - 1
Combo1.AddItem Screen.Fonts(I)
Next
取得打印机字型:
Dim I As Long
For I = 0 To Printer.FontCount - 1
Combo2.AddItem Printer.Fonts(I)
Next
页:
[1]
查看完整版本:
如何取得计算机的所有字型
2006-2007
QQread.com