?? osd_font.h
字號:
#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 SUPPORT_CHINESE_OSD
#define FONT_SET_WIDTH 1008
#else
#define FONT_SET_WIDTH 798//886
#endif
#define FONT_WIDTH 24
#define FONT_HEIGHT 20
#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[];
extern CONST ULONG large_fonts[];
extern CONST S5H_OsdFontPos_t logo_Map[];
extern CONST ULONG logo[];
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -