📄 font.h
字号:
/* * font.h -- `Soft' font definitions * * Created 1995 by Geert Uytterhoeven * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive * for more details. */#ifndef _XEN_FONT_H#define _XEN_FONT_Hstruct font_desc { const char *name; unsigned width, height, count; const void *data;};extern const struct font_desc font_vga_8x8, font_vga_8x14, font_vga_8x16;#endif /* _XEN_FONT_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -