scalfont.h
来自「dragon ball vz328 上的一个例子程序。 用于做手持仪表用。」· C头文件 代码 · 共 25 行
H
25 行
/******************************************************************************
(c) copyright Motorola Semiconductors Hong Kong Limited 1995-2000
ALL RIGHTS RESERVED
******************************************************************************
Project Name : Personal Portable System Manager, PPSM
Project Number: PDAPSM031
Title : Definitions for scalable font related
File Name : scalfont.h
Created On : 08/19/95
Modifications :
Release : 02/29/00 PPSM v3.20
**********************************************************************/
#ifndef SCALFONT_INCLUDED
#define SCALFONT_INCLUDED
/* address of scalable font library */
#define SCALABLE_BIG5_FONT_ADDR 0x600000
/* Font Types */
#define DEFAULT_SCALABLE_FONT 183
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?