File: set.h

package info (click to toggle)
dvi2dvi 2.0alpha-10
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 616 kB
  • ctags: 1,629
  • sloc: ansic: 6,410; makefile: 96; 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();