Changeset 5611 for trunk/Ohana/src/kapa/include/alphabet.h
- Timestamp:
- Nov 27, 2005, 9:22:01 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/kapa/include/alphabet.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kapa/include/alphabet.h
r5610 r5611 1 typedef struct {2 int dx, dy, ascent;3 char *bits;4 } RotFont;5 6 typedef struct {7 RotFont *font;8 char name[64];9 int size;10 } FontSet;11 12 1 # include "../rotfont/times8.h" 13 2 # include "../rotfont/times12.h" … … 62 51 63 52 /* put these as static in RotFont.c with accessor functions */ 64 int Nallfonts;65 FontSet *AllFonts;66 RotFont *activefont;67 double activescale;68 69 char currentname[64];70 int currentsize;71 53 # define NROT 256
Note:
See TracChangeset
for help on using the changeset viewer.
