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