agl_font_lucida.h
来自「TI公司的算法标准 Framework5的源代码」· C头文件 代码 · 共 48 行
H
48 行
/*! \verbatim
==============================================================================
Copyright (C) 2002 A.T.E.M.E.
All Rights Reserved
------------------------------------------------------------------------------
MODULE NAME... AGL_FONT
FILENAME...... agl_lucida.h
PROJECT....... AGL
------------------------------------------------------------------------------
HISTORY:
V1.0 19/02/2002 TSO
------------------------------------------------------------------------------
\endverbatim <P> \file
\brief Header file for the font definition.
</P>*//*====================================================================*/
#ifndef __FONT_LUCIDA_H__
#define __FONT_LUCIDA_H__
#include "agl.h"
#ifdef __cplusplus
extern "C" {
#endif
/*=======================================================================*//*!
\defgroup FONT FONT
</P>*//*==============================================================*//*@{*/
/*--------------------------------------------------------------------------*/
/*!
A 8x8 pixels font
*/
extern FONT_Font font_lucida_8x8;
/*--------------------------------------------------------------------------*/
/*!
A 16x16 pixels font
*/
extern FONT_Font font_lucida_16x16;
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?