zfontspa.h

来自「Zoran VP2K731 DVD源代码,极具参考价值!」· C头文件 代码 · 共 47 行

H
47
字号


#define ZFontSpa_YSHIFT0	0
#define ZFontSpa_YSHIFT1	2
#define ZFontSpa_YSHIFT2	8
#define ZFontSpa_YSHIFT3	18

#define ZFontSpa_WIDTH0		3
#define ZFontSpa_WIDTH1		6
#define ZFontSpa_WIDTH2		8
#define ZFontSpa_WIDTH3		12
#define ZFontSpa_WIDTH4		14
#define ZFontSpa_WIDTH5		18
#define ZFontSpa_WIDTH6		22
#define ZFontSpa_WIDTH7		24

#define ZFontSpa_HEIGHT0		0
#define ZFontSpa_HEIGHT1		4
#define ZFontSpa_HEIGHT2		9
#define ZFontSpa_HEIGHT3		16
#define ZFontSpa_HEIGHT4		22
#define ZFontSpa_HEIGHT5		24
#define ZFontSpa_HEIGHT6		28
#define ZFontSpa_HEIGHT7		32


enum {
	NULL_CHAR_ZFontSpa,
	SP_CHAR_LA1,
	SP_CHAR_LE1,
	SP_CHAR_LI1,
	SP_CHAR_LN1,
	SP_CHAR_LO1,
	SP_CHAR_LU1,
	SP_CHAR_UA1,
	SP_CHAR_UE1,
	SP_CHAR_UI1,
	SP_CHAR_UN1,
	SP_CHAR_UO1,
	SP_CHAR_UU1,
	SP_CHAR_EMARK,
	SP_CHAR_QMARK
};


extern const FONT ZFontSpa;

⌨️ 快捷键说明

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