FontFamily::FontFamily (constWCHAR*,constFontCollection*) 方法 (gdiplusheaders.h)
基于指定的字体系列创建 FontFamily::FontFamily 对象。
语法
void FontFamily(
[in] const WCHAR *name,
[in] const FontCollection *fontCollection
);
parameters
[in] name
类型: const WCHAR*
字体系列的名称。 例如,Arial.ttf 是 Arial 字体系列的名称。
[in] fontCollection
类型: const FontCollection*
可选。 指向 FontCollection 对象的指针,该对象指定字体系列所属的集合。 如果 FontCollection 为 NULL,则此字体系列不是集合的一部分。 默认值为 NULL。
返回值
无
要求
最低受支持的客户端 | Windows XP、Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | gdiplusheaders.h (包括 Gdiplus.h) |
Library | Gdiplus.lib |
DLL | Gdiplus.dll |