confighz.h

来自「按C51格式生成汉字字模的.c及.h的windows C源码」· C头文件 代码 · 共 28 行

H
28
字号
#if !defined(__CONFIG_HZ_H__)
  #define __CONFIG_HZ_H__

#include "config.h"

#define   HZCODE_BBB6        1
#define   HZCODE_D3AD        2
#define   HZCODE_CAB9        3
#define   HZCODE_D3C3        4

#define   HZCODE_D6C7        5
#define   HZCODE_C4DC        5
#define   HZCODE_D4DA        5
#define   HZCODE_CFDF        5
#define   HZCODE_B2E2        5
#define   HZCODE_CAD4        5
#define   HZCODE_D2C7        5

#if defined(PBC_TEST)
#define   HZCODE_B0B4        5
#define   HZCODE_BCFC        5
#endif // defined(PBC_TEST)

#endif // __CONFIG_HZ_H__



⌨️ 快捷键说明

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