⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 guifont.h

📁 The combined demo is dedicated for S1C33L05, so DMT33L05 should be used to load and run the demo. F
💻 H
字号:
/* $Id: guiFont.h V1.0 2001/10/24 */
/*****************************************************************
 *    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: guiFont.h
  * MODULE:  FONT
  *
  *  PURPOSE: declaration of the variable and function  for font
  *
  *
  * AUTHOR(S): Zhaojz
  * GROUP: GUI Group
  * DATE CREATED: 2001/10/24
  * REFERENCE DOCUMENT ID:
  * MODIFICATIONS:
  *    Date           userName     Description
  *    2001/10/24     Zhaojz       Create this file
  *******************************************************************/
#ifndef _GUIFONT_H
#define _GUIFONT_H

#ifdef __cplusplus
extern "C" {
#endif  /* __cplusplus */

/***************  about syslogfont   ****************************/
T_EXTERN T_GUI_LogFont tFNT_SysLogFont;

T_BOOL   fnFNT_InitSysFont(T_VOID);
T_VOID   fnFNT_TermSysFont(T_VOID);

/***************** about devfont     ****************************/
T_BOOL 	fnFNT_InitIncoreVBFonts (T_VOID);
T_VOID 	fnFNT_TermIncoreVBFonts (T_VOID);

T_VOID     fnFNT_ResetDevFont(T_VOID );
T_GUI_DevFont* fnFNT_GetMatchedSBDevFont(T_GUI_LogFont *log_font);
T_GUI_DevFont* fnFNT_GetMatchedMBDevFont(T_GUI_LogFont *log_font);

/***************  about charset      ****************************/
T_GUI_CharsetOps *fnFNT_GetCharsetOps(T_CONST T_BYTE *charset_name);

/***************** about fontname     ***************************/
T_BOOL  fnFNT_GetFamilyFromName(T_CONST T_BYTE* name, T_BYTE* family);
T_UWORD fnFNT_ConvertStyle(T_CONST T_BYTE* style_part);


#ifdef __cplusplus
}
#endif  /* __cplusplus */

#endif /* _GUICHARSET_H */

⌨️ 快捷键说明

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