convertglyph.h

来自「flash文件的解码程序」· C头文件 代码 · 共 9 行

H
9
字号
#ifndef CONVERTGLYPH_H
#define CONVERTGLYPH_H

USHORT GetTTUnicodeGlyphIndex (
    HDC hdc,        // DC with a TrueType font selected
    USHORT ch       // Unicode character to convert to Index
    );

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?