fontname.h

来自「在ecos 下mingui 的移植开发」· C头文件 代码 · 共 36 行

H
36
字号
//// $Id: fontname.h,v 1.3 2000/08/28 03:08:22 weiym Exp $//// charset.h: the head file of charset operation set.//// Copyright (C) 2000, Wei Yongming.// Copyright (C) 2000, BluePoint Software.//#ifndef GUI_FONT_NAME_H    #define GUI_FONT_NAME_H#ifdef __cplusplusextern "C" {#endif  /* __cplusplus */int fontGetFontTypeFromName (const char* name);int fontConvertFontType (const char* type);BOOL fontGetFamilyFromName (const char* name, char* family);DWORD fontGetStyleFromName (const char* name);DWORD fontConvertStyle (const char* style_part);int fontGetWidthFromName (const char* name);int fontGetHeightFromName (const char* name);BOOL fontGetCharsetFromName (const char* name, char* charset);BOOL fontGetCompatibleCharsetFromName (const char* name, char* charset);#ifdef __cplusplus}#endif  /* __cplusplus */#endif // GUI_FONT_NAME_H

⌨️ 快捷键说明

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