Index: trunk/Ohana/src/kapa/include/structures.h
===================================================================
--- trunk/Ohana/src/kapa/include/structures.h	(revision 4769)
+++ trunk/Ohana/src/kapa/include/structures.h	(revision 5611)
@@ -56,5 +56,5 @@
   int    width;
   int    height;
-  char  *bits;
+  unsigned char *bits;
 } Icon;
 
@@ -111,4 +111,14 @@
 } Axis;
 
+typedef struct {
+  int dx, dy, ascent;
+  unsigned char *bits;
+} RotFont;
+
+typedef struct {
+  RotFont *font;
+  char name[64];
+  int size;
+} FontSet;
 
 /******** Here we define the Layout struct specific to this program  *******/
