guifontname.h

来自「The combined demo is dedicated for S1C33」· C头文件 代码 · 共 58 行

H
58
字号
/* $Id: guiFontname.h V1.0 2001/11/1 *//***************************************************************** *    This source code has been made available to you by EPSON on an AS-IS *    basis.  Anyone receiving this source is licensed under EPSON *    copyrights to use it in any way he or she deems fit, including *    copying it, modifying it, compiling it, and redistributing it either *    with or without modifications. * *    Any person who transfers this source code or any derivative work *    must include the EPSON copyright notice, this paragraph, and the *    preceding two paragraphs in the transferred software. * *    COPYRIGHT   EPSON  CORPORATION 2001 *    LICENSED MATERIAL  -  PROGRAM PROPERTY OF EPSON ***********************************************************************//***********************************************************  * FILE: guiFontname.h  * MODULE:  FONT  *  *  PURPOSE:  declaration of functions  about font name  *            parsing  *  *  * AUTHOR(S): Zhaojz  * GROUP: GUI Group  * DATE CREATED: 2001/11/1  * REFERENCE DOCUMENT ID:  * MODIFICATIONS:  *    Date           userName     Description  *    2001/11/1     Zhaojz       Create this file  ***********************************************************/#ifndef _GUIFONTNAME_H    #define _GUIFONTNAME_H#ifdef __cplusplusextern "C" {#endif  /* __cplusplus */T_WORD fontGetFontTypeFromName(T_CONST T_BYTE* name);T_WORD fontConvertFontType(T_CONST T_BYTE *type);T_UWORD fontGetStyleFromName(T_CONST T_BYTE *name);T_WORD fontGetWidthFromName(T_CONST T_BYTE *name);T_WORD fontGetHeightFromName(T_CONST T_BYTE *name);T_BOOL fontGetCharsetFromName(T_CONST T_BYTE *name, T_BYTE *charset);T_BOOL fontGetCompatibleCharsetFromName(T_CONST T_BYTE *name, T_BYTE *charset);#ifdef __cplusplus}#endif  /* __cplusplus */#endif // GUI_FONT_NAME_H

⌨️ 快捷键说明

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