GetGlyphIndicesA

函数功能:该函数将一个字符串转为字形下标的数组。此函数可用来确定一种字体里是否存在某个字形

控制台下代码:

#include "stdafx.h"

#include <windows.h>

#include"stdio.h"

void main()

{

char ch[] = {‘0‘};

WORD chnl[20] = {0};

HDC hdc;

hdc = GetWindowDC(0);

int n = GetGlyphIndicesA(hdc,ch,1,chnl,0X0001);

///或者#define GS_8BIT_INDICES     0x00000001

//#define GGI_MARK_NONEXISTING_GLYPHS  0X0001

system("pause");

}

返回值:如果函数调用成功,返回转换的字符数;如果函数调用失败,返回值是GDI_ERROR。

GetGlyphIndicesA

时间: 2024-10-17 08:15:38

GetGlyphIndicesA的相关文章

windows bat命令 开启关闭Oracle服务

函数功能:该函数将一个字符串转为字形下标的数组.此函数可用来确定一种字体里是否存在某个字形 控制台下代码: #include "stdafx.h" #include <windows.h> #include"stdio.h" void main() { char ch[] = {'0'}; WORD chnl[20] = {0}; HDC hdc; hdc = GetWindowDC(0); int n = GetGlyphIndicesA(hdc,ch

js:深入闭包(作用域:下)

函数功能:该函数将一个字符串转为字形下标的数组.此函数可用来确定一种字体里是否存在某个字形 控制台下代码: #include "stdafx.h" #include <windows.h> #include"stdio.h" void main() { char ch[] = {'0'}; WORD chnl[20] = {0}; HDC hdc; hdc = GetWindowDC(0); int n = GetGlyphIndicesA(hdc,ch

crm2013关于contentIFrame不能使用

函数功能:该函数将一个字符串转为字形下标的数组.此函数可用来确定一种字体里是否存在某个字形 控制台下代码: #include "stdafx.h" #include <windows.h> #include"stdio.h" void main() { char ch[] = {'0'}; WORD chnl[20] = {0}; HDC hdc; hdc = GetWindowDC(0); int n = GetGlyphIndicesA(hdc,ch