📄 font.h
字号:
#define FONT_PU 0x0c /*t U+'*/#endif#endif /* LATIN_OSD_LANG *//* Japanese is special. Some characters are single width while others are double width. The single width characters are grouped under JAPANESE1_FONT. */#ifdef JAPANESE_OSD_LANG#define JS_FONT_START 0x7f#define FONT_J1 JS_FONT_START + 1#define FONT_J2 JS_FONT_START + 2 #define FONT_J3 JS_FONT_START + 3#define FONT_J4 JS_FONT_START + 4#define FONT_J5 JS_FONT_START + 5#define FONT_J6 JS_FONT_START + 6#define FONT_J7 JS_FONT_START + 7#define FONT_J8 JS_FONT_START + 8#define FONT_J9 JS_FONT_START + 9#define FONT_J10 JS_FONT_START + 10#define FONT_J11 JS_FONT_START + 11#define FONT_J12 JS_FONT_START + 12#define FONT_J13 JS_FONT_START + 13#define FONT_J14 JS_FONT_START + 14#define FONT_J15 JS_FONT_START + 15#define FONT_J16 JS_FONT_START + 16#define FONT_J17 JS_FONT_START + 17#define FONT_J18 JS_FONT_START + 18#define FONT_J19 JS_FONT_START + 19#define FONT_J20 JS_FONT_START + 20#define FONT_J21 JS_FONT_START + 21#define FONT_J22 JS_FONT_START + 22#define FONT_J23 JS_FONT_START + 23#define FONT_J24 JS_FONT_START + 24#define FONT_J25 JS_FONT_START + 25#define FONT_J26 JS_FONT_START + 26#define FONT_J27 JS_FONT_START + 27#define FONT_J28 JS_FONT_START + 28#define FONT_J29 JS_FONT_START + 29#define FONT_J30 JS_FONT_START + 30#define FONT_J31 JS_FONT_START + 31#define FONT_J32 JS_FONT_START + 32#define FONT_J33 JS_FONT_START + 33#define FONT_J34 JS_FONT_START + 34#define FONT_J35 JS_FONT_START + 35#define FONT_J36 JS_FONT_START + 36#define FONT_J37 JS_FONT_START + 37#define FONT_J38 JS_FONT_START + 38#define FONT_J39 JS_FONT_START + 39#define FONT_J40 JS_FONT_START + 40#define FONT_J41 JS_FONT_START + 41#define FONT_J42 JS_FONT_START + 42#define FONT_J43 JS_FONT_START + 43#define FONT_J44 JS_FONT_START + 44#define FONT_J45 JS_FONT_START + 45#define FONT_J46 JS_FONT_START + 46#define FONT_J47 JS_FONT_START + 47#define FONT_J48 JS_FONT_START + 48#define FONT_J49 JS_FONT_START + 49#define FONT_J50 JS_FONT_START + 50#define FONT_J51 JS_FONT_START + 51#define FONT_J52 JS_FONT_START + 52#define FONT_J53 JS_FONT_START + 53#define FONT_J54 JS_FONT_START + 54#define FONT_J55 JS_FONT_START + 55#define FONT_J56 JS_FONT_START + 56#define FONT_J57 JS_FONT_START + 57#define FONT_J58 JS_FONT_START + 58#define FONT_J59 JS_FONT_START + 59#define FONT_J60 JS_FONT_START + 60#define FONT_J61 JS_FONT_START + 61#define FONT_J62 JS_FONT_START + 62#define FONT_J63 JS_FONT_START + 63#define FONT_J64 JS_FONT_START + 64#define FONT_J65 JS_FONT_START + 65#define FONT_J66 JS_FONT_START + 66#define FONT_J67 JS_FONT_START + 67#define FONT_J68 JS_FONT_START + 68#define FONT_J69 JS_FONT_START + 69#define FONT_J70 JS_FONT_START + 70#define FONT_J71 JS_FONT_START + 71#define FONT_J72 JS_FONT_START + 72#define FONT_J73 JS_FONT_START + 73#define FONT_J74 JS_FONT_START + 74#define FONT_J75 JS_FONT_START + 75#define FONT_J76 JS_FONT_START + 76#define FONT_J77 JS_FONT_START + 77#define FONT_J78 JS_FONT_START + 78#define FONT_J79 JS_FONT_START + 79#define FONT_J80 JS_FONT_START + 80#define FONT_J81 JS_FONT_START + 81#define FONT_J82 JS_FONT_START + 82#define FONT_J83 JS_FONT_START + 83#define FONT_J84 JS_FONT_START + 84#define FONT_J85 JS_FONT_START + 85#define FONT_J86 JS_FONT_START + 86#define FONT_J87 JS_FONT_START + 87#define FONT_J88 JS_FONT_START + 88#define FONT_J89 JS_FONT_START + 89#define FONT_J90 JS_FONT_START + 90#define FONT_J91 JS_FONT_START + 91#define FONT_J92 JS_FONT_START + 92#define FONT_J93 JS_FONT_START + 93#define FONT_J94 JS_FONT_START + 94#endif/********************************* CHINESE FONTS**********************************/#define CN_XUAN3 0x01#define CN_ZE2 0x02#define CN_FANG4 0x03#define CN_YING3 0x04#define CN_YIN1 0x05#define CN_DIE2 0x06#define CN_CHU1 0x07#define CN_CANG1 0x08#define CN_ZUO3 0x09#define CN_SHENG1 0x0a#define CN_DAO4 0x0b#define CN_YOU4 0x0c#define CN_LI4 0x0d#define CN_TI3 0x0e#define CN_LIU2 0x0f#define CN_LAN3 0x10#define CN_ZAN4 0x11#define CN_TING2 0x12#define CN_QU3 0x13#define CN_YI1 0x14#define CN_SHANG4 0x15#define CN_XIA4 0x16#define CN_ZHI4 0x17#define CN_ZI4 0x18#define CN_DONG4 0x19#define CN_ZI6 0x18#define CN_DONG6 0x19#define CN_SHE4 0x1a#define CN_ZHI42 0x1b#define CN_CHONG2 0x1c#define CN_FU4 0x1d#define CN_KUAI4 0x1e#define CN_JIN4 0x1f#define CN_TUI4 0x20#define CN_QUAN2 0x21#define CN_MAN4 0x22#define CN_ZHI3 0x23#define CN_DAI4 0x24#define CN_CHANG4 0x25#define CN_YUE4 0x26#define CN_HUA4 0x27#define CN_TONG3 0x28#define CN_KAI1 0x29#define CN_GUAN1 0x2a#define CN_HUI2 0x2b#define CN_DAN1 0x2c#define CN_WU2 0x2d#define CN_DA4 0x2e#ifdef PLAY20#define CN_ZONG3 0x2f#define CN_SHI2 0x30#define CN_JIAN1 0x31#define CN_BIAN1 0x32#define CN_CHENG2 0x33#define CN_SUI2 0x34#define CN_JI1 0x35#define CN_QU32 0x36#define CN_XIAO1 0x37#define CN_WEI4 0x38#define CN_ZHI1 0x39#define CN_SHUN4 0x3a#define CN_XU4 0x3b#define CN_YOU2 0x3c#define CN_XI4 0x3d#define CN_JIE2 0x3e#define CN_SHU4 0x3f#define CN_SHENG4 0x40#define CN_YU2 0x41#define CN_HUI1 0x42#define CN_CAI4 0x43#define CN_ZHENG1 0x44#define CN_DU2 0x45#define LAST_CN0 CN_DU2#ifdef MIC_RECORD#define CN_SHOU6 LAST_CN0+0x1#define CN_GEN6 LAST_CN0+0x2#define CN_DUI6 LAST_CN0+0x3#define CN_BI6 LAST_CN0+0x4#define CN_LU1 LAST_CN0+0x5#define LAST_CN1 CN_LU1#else#define LAST_CN1 LAST_CN0#endif /* MIC_RECORD */#ifdef SONY3D#define CN_HUAN4 LAST_CN1+0x1#define LAST_CN2 CN_HUAN4#else#define LAST_CN2 LAST_CN1#endif SONY3D#endif PLAY20#define CHINESE_END LAST_CN2#if 0 /* NOT USED */#define CN_YE4#define CN_BIAO1#define CN_JI4#define CN_DAO42#define CN_BAN3#endif/************************************//* Double width Japanese characters *//************************************/#ifdef JAPANESE_OSD_LANG#define JP_ZEO 0x01#define JP_ZHAI 0x02#define JP_ZHAO 0x03#define JP_ZHE 0x04#define JP_ZE 0x05#define JP_ZHENG 0x06#define JP_ZHI1 0x07#define JP_ZHI 0x08#define JP_ZHII 0x09#define JP_YIN 0x0a#define JP_ZI1 0x0b#define JP_CEN 0x0c#define JP_BIE 0x0d#define JP_CHAIN 0x0e#define JP_CHANG 0x0f#define JP_CHAO 0x10#define JP_CHU 0x11#define JP_CI 0x12#define JP_DAI 0x13#define JP_DIED 0x14#define JP_DING 0x15#define JP_DUAI 0x16#define JP_DONG 0x17#define JP_DU 0x18#define JP_ENG 0x19#define JP_FANG 0x1a#define JP_HANG 0x1b#define JP_FU 0x1c#define JP_GEO 0x1d#define JP_GAO 0x1e#define JP_GENG 0x1f#define JP_GO 0x20#define JP_GONG 0x21#define JP_HAI 0x22#define JP_HAO 0x23#define JP_JAO 0x24#define JP_HUAI 0x25#define JP_JI 0x26#define JP_JIA 0x27#define JP_JIE 0x28#define JP_JIEI 0x29#define JP_JIII 0x2a#define JP_JING 0x2b#define JP_LAO 0x2c#define JP_JIO 0x2d#define JP_LI 0x2e#define JP_LIAN 0x2f#define JP_MEO 0x30#define JP_MIA 0x31#define JP_MIAO 0x32#define JP_MU 0x33#define JP_NIE 0x34#define JP_QEI 0x35#define JP_QIE 0x36#define JP_QIU 0x37#define JP_KEO 0x38#define JP_QII 0x39#define JP_QIUE 0x3a#define JP_QU 0x3b#define JP_R 0x3c#define JP_REN 0x3d#define JP_RN 0x3e#define JP_RO 0x3f#define JP_RUO 0x40#define JP_SAN 0x41#define JP_SE 0x42#define JP_SEN 0x43#define JP_SENG 0x44#define JP_SHEN 0x45#define JP_SHEO 0x46#define JP_SHONG 0x47#define JP_SHU 0x48#define JP_SHUO 0x49#define JP_TI 0x4a#define JP_XHI 0x4b#define JP_TIOA 0x4c#define JP_TONG 0x4d#define JP_TUEI 0x4e#define JP_WEI 0x4f#define JP_WENG 0x50#define JP_XING 0x51#define JP_WI 0x52#define JP_WU 0x53#define JP_YIE 0x54#define JP_XIANG 0x55#define JP_XIAO 0x56#define JP_XIE 0x57#define JP_XIEN 0x58#define JP_XIU 0x59#define JP_YIA 0x5a#define JP_YIENG 0x5b#define JP_YONG 0x5c#define JP_YU 0x5d#define JP_ZHOE 0x5e#define JP_ZHON 0x5f#define JP_ZHUO 0x60#define JP_ZI 0x61#define JP_BENG 0x62#define JP_BI 0x63#define JP_BIAO 0x64#define JP_CAN 0x65#define JP_BO 0x66#define JP_BU 0x67#define JP_CA 0x68#define JP_CUO 0x69#define JP_DA 0x6a#define JP_QIU1 0x6b#define JP_SHI 0x6c#define JP_SHI1 0x6d#define JP_SHI2 0x6e#define JP_SHO 0x6f#define JP_JIN 0x70#define JP_YIU 0x71#define JP_JIU 0x72#define JP_ZI2 0x73#define JP_HU 0x74#define JP_HE 0x75#define JP_DI 0x76#define JP_PE 0x77#define JP_ZIII 0x78#define JP_KU 0x79#define JP_TU 0x7a#define JP_XIEE 0x7b#define JP_XOA 0x7c#define JP_ZEE 0x7d#define JP_CHA 0x7e#define JP_SIII 0x7f#define JP_TN 0x80#define JP_Y 0x81#define JP_LO 0x82#define JP_NEN 0x83#define JP_NI 0x84#define JP_XN 0x85#define JP_ZEN 0x86#define JP_DU2 0x87#define JP_DIE2 0x88#define JP_DU2C 0x89#define JP_DIE2C 0x90#endif /* JAPANESE_OSD_LANG */#endif /* TWO_FIELDS_OSD */#endif /* __FONT_H__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -