InstalledFontCollection 类 (gdiplusheaders.h)

InstalledFontCollection 类定义一个类,该类表示安装在系统上的字体。

继承

InstalledFontCollection 类实现 FontCollection。

方法

InstalledFontCollection 类具有以下方法。

 
InstalledFontCollection::InstalledFontCollection

创建 InstalledFontCollection::InstalledFontCollection 对象。 (InstalledFontCollection.InstalledFontCollection)
InstalledFontCollection::InstalledFontCollection

创建 InstalledFontCollection::InstalledFontCollection 对象。 (重载 1/2)

注解

Windows GDI+ 客户端不应使用 InstalledFontCollection 类将字体安装到 Windows。 请改用 Windows 图形设备接口 (GDI) AddFontResource 函数。 InstalledFontCollection 对象只能查找在创建对象之前在 Windows 中安装的那些字体。

要求

要求
目标平台 Windows
标头 gdiplusheaders.h

另请参阅

FontCollection

使用文本和字体