术语 | getfontunicoderanges |
释义 | GetFontUnicodeRanges 语法: DWORD GetFontUnicodeRanges( __in HDC hdc, __out LPGLYPHSET lpgs ); GetFontUnicodeRanges功能 该GetFontUnicodeRanges函数返回的信息的Unicode字符是由字体的支持。返回的信息为GLYPHSET结构。 参数 hdc [in] 一个句柄,设备上下文。 lpgs [out] 一个 GLYPHSET结构,字形设置接收信息的指针。如果该参数为NULL,则函数返回所需要的存储信息的GLYPHSET结构的大小。 返回值 如果函数成功,它返回写入GLYPHSET结构的字节数,或者,如果lpgs参数为NULL,则返回所需的存储信息的GLYPHSET结构的大小。 如果函数失败,返回零。没有扩展的错误信息是可用。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWingdi.h(头文件:winuser.h) LibraryGdi32.lib DLLGdi32.dll 参见 字体和文字概述 字体和文本函数 GLYPHSET 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月11日 ==英文原文==GetFontUnicodeRanges Function The GetFontUnicodeRanges function returns information about which Unicode characters are supported by a font. The information is returned as a GLYPHSET structure. Syntax DWORD GetFontUnicodeRanges( __in HDC hdc, __out LPGLYPHSET lpgs ); Parameters hdc [in] A handle to the device context. lpgs [out] A pointer to a GLYPHSET structure that receives the glyph set information. If this parameter is NULL, the function returns the size of the GLYPHSET structure required to store the information. Return Value If the function succeeds, it returns number of bytes written to the GLYPHSET structure or, if the lpgs parameter is NULL, it returns the size of the GLYPHSET structure required to store the information. If the function fails, it returns zero. No extended error information is available. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWingdi.h (include Windows.h) LibraryGdi32.lib DLLGdi32.dll See Also Fonts and Text Overview Font and Text Functions GLYPHSET Send comments about this topic to Microsoft Build date: 7/11/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd144887(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。