font.h

来自「蓝牙LCD显示部分的原代码」· C头文件 代码 · 共 16 行

H
16
字号
/* This code was autogenerated by extracalls.pl from the following files
../../dev/src/csr/vm/extracalls.in
 */
#ifndef __FONT_H

#define __FONT_H

#include <csrtypes.h>
typedef uint16 FontId;
typedef uint16 ucs2char;

FontId FontInit(void);
size_t FontGetGlyph(FontId font, ucs2char c, uint16 *glyph, size_t max_glyph_wid);

#endif

⌨️ 快捷键说明

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