怎么样列举出所有系统已经安装的字体?

BeRoy 2004-08-26 05:07:21
怎么样列举出所有系统已经安装的字体?
...全文
135 4 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
constantine 2004-08-26
  • 打赏
  • 举报
回复
同意 tccsdn
myy 2004-08-26
  • 打赏
  • 举报
回复
ListBox1->Items->Assign(Screen->Fonts);
tccsdn 2004-08-26
  • 打赏
  • 举报
回复
for(int i=0;i<Screen->Fonts->Count;i++)
ListBox1->Items->Add(Screen->Fonts->Strings[i]);
qiuafa 2004-08-26
  • 打赏
  • 举报
回复
int EnumFonts(

HDC hdc, // handle to device context
LPCTSTR lpFaceName, // pointer to font typeface name string
FONTENUMPROC lpFontFunc, // pointer to callback function
LPARAM lParam // address of application-supplied data
);

13,871

社区成员

发帖
与我相关
我的任务
社区描述
C++ Builder相关内容讨论区
社区管理员
  • 基础类社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧