[go: up one dir, main page]

Menu

[2234d2]: / koules / font.h  Maximize  Restore  History

Download this file

7 lines (5 with data), 234 Bytes

1
2
3
4
5
6
#include "koules.h"
#define NO_CLIP_FONT 0x7FFFFFFF
extern int vgadrawtext (CONST int, CONST int, CONST int, CONST char *);
extern int vgatextsize (CONST int, CONST char *);
extern void set_max_text_width (CONST int);