font.h

来自「一个利用SDL语言来实现svgalib函数的示例程序」· C头文件 代码 · 共 17 行

H
17
字号
/* Zgv v2.7 - GIF, JPEG and PBM/PGM/PPM viewer, for VGA PCs running Linux. * Copyright (C) 1993-1995 Russell Marks. See README for license details. * * font.h - external prototypes for font.c */ #define NO_CLIP_FONT  0x7FFFFFFF/* this as `siz' arg specifically requests the siz==2 `thicktext' * font, whether cfg.thicktext is non-zero or not. */#define USE_BOLD_FONT	-1extern int vgadrawtext(int x,int y,int siz,char *str);extern int vgatextsize(int sizearg,char *str);extern void set_max_text_width(int width);

⌨️ 快捷键说明

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