📄 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 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -