diff options
| author | wkj <devnull@localhost> | 2004-04-21 01:15:41 +0000 |
|---|---|---|
| committer | wkj <devnull@localhost> | 2004-04-21 01:15:41 +0000 |
| commit | a31db67d14c0e50353eac3db342f3c969cabdf76 (patch) | |
| tree | 0cebd9a65bab940355f5be0751f53238366555d7 /src/cmd/tcs/font/hdr.h | |
| parent | ba03b8910dd07511378e6f1007faf0539ed25598 (diff) | |
| download | plan9port-a31db67d14c0e50353eac3db342f3c969cabdf76.tar.gz plan9port-a31db67d14c0e50353eac3db342f3c969cabdf76.zip | |
Add tcs; it compiles in my world, but I haven't tried it in Russ's yet.
Diffstat (limited to 'src/cmd/tcs/font/hdr.h')
| -rw-r--r-- | src/cmd/tcs/font/hdr.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/cmd/tcs/font/hdr.h b/src/cmd/tcs/font/hdr.h new file mode 100644 index 00000000..e401dc0b --- /dev/null +++ b/src/cmd/tcs/font/hdr.h @@ -0,0 +1,11 @@ +typedef Bitmap *readbitsfn(char *, int, long *, int, uchar *, int **); +typedef void mapfn(int, int, long *); + +extern Bitmap *kreadbits(char *file, int nc, long *chars, int size, uchar *bits, int **); +extern void kmap(int from, int to, long *chars); +extern Bitmap *breadbits(char *file, int nc, long *chars, int size, uchar *bits, int **); +extern void bmap(int from, int to, long *chars); +extern Bitmap *greadbits(char *file, int nc, long *chars, int size, uchar *bits, int **); +extern void gmap(int from, int to, long *chars); +extern Bitmap *qreadbits(char *file, int nc, long *chars, int size, uchar *bits, int **); +extern Subfont *bf(int n, int size, Bitmap *b, int *); |
