osd_font.h

来自「三星ic 9980的源代码. 718版.」· C头文件 代码 · 共 45 行

H
45
字号
#ifndef _OSD_FONT_H_
#define  _OSD_FONT_H_

#if _SUPPORT_DOUBLING
#define FONT_SET_WIDTH 	546		//782//636//624	//520	//490	//1008  //maymeng 050523
#define FONT_WIDTH		12	//10
#define FONT_HEIGHT		10	//12
	
#else 
  	#if USE_CHINESE_ENGLISH_OSD
#define FONT_SET_WIDTH 	1008
  	#else
#define FONT_SET_WIDTH 	836
	#endif
	
  	#if USE_CHINESE_ENGLISH_OSD
#define FONT_WIDTH		24
#define FONT_HEIGHT		20
	#else
#define FONT_WIDTH		21
#define FONT_HEIGHT		20
	#endif
#endif/* _SUPPORT_DOUBLING */

//extern CONST S5H_OsdFont_t 		gOsd_fonts[];
extern S5H_OsdFont_t 		gOsd_fonts[];

#ifndef _ENGLISH_ONLY
#if _USE_256_FONT_SET_
extern CONST USHORT			gTransCode[2][256];
#endif
#endif

extern CONST S5H_OsdFontPos_t font_pos[];

#if USE_ZIPPED_FONT
extern ULONG large_fonts[];
#else	/* USE_ZIPPED_FONT */
extern CONST ULONG large_fonts[];
#endif	/* USE_ZIPPED_FONT */

extern CONST S5H_OsdFontPos_t logo_Map[];
extern CONST ULONG logo[];
#endif

⌨️ 快捷键说明

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