File: font.h

package info (click to toggle)
koules 1.4-22
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,812 kB
  • ctags: 3,325
  • sloc: ansic: 15,537; makefile: 824; asm: 379; tcl: 362; sh: 175
file content (6 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (13)
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);