File: set.h

package info (click to toggle)
dvi2dvi 2.0alpha-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 404 kB
  • ctags: 1,164
  • sloc: ansic: 6,398; makefile: 130; sh: 8
file content (12 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
void MarkChar();
void MarkString();
void SetChar();
void SetString();

struct font_entry *getcurrentfontent();
struct font_entry *currentfontent();

void realf_setchar();
void realf_setstring();
void virf_setchar();
void virf_setstring();