FontFamily::GetEmHeight 方法 (gdiplusheaders.h)
FontFamily::GetEmHeight 方法获取此字体系列的大小 (通常称为 em size 或 em height) ,以设计单位表示。
语法
UINT16 GetEmHeight(
[in] INT style
);
parameters
[in] style
类型: INT
指定字样样式的整数。 此值必须是 FontStyle 枚举的元素,或者是应用于其中两个或更多个元素的按位 OR 的结果。 例如, FontStyleBold | FontStyleUnderline | FontStyleStrikeout
指定三种样式的组合。
返回值
类型: UINT16
此方法返回此字体系列的大小(以设计单位为单位)。
要求
最低受支持的客户端 | Windows XP、Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | gdiplusheaders.h (包括 Gdiplus.h) |
Library | Gdiplus.lib |
DLL | Gdiplus.dll |