IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 27, 2005, 3:23:01 PM (21 years ago)
Author:
eugene
Message:

substantial work to move kii/kapa call into libkapa, unify RotFont, bDraw functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa/include/structures.h

    r5611 r5852  
    8888} Overlay;
    8989 
     90# if (0)
    9091typedef struct {
    9192  char      ctype[16];
     
    9596  double    pc2_1, pc2_2;
    9697} Coords;
     98# endif
    9799
    98100typedef struct {
     
    110112  char label[64];
    111113} Axis;
    112 
    113 typedef struct {
    114   int dx, dy, ascent;
    115   unsigned char *bits;
    116 } RotFont;
    117 
    118 typedef struct {
    119   RotFont *font;
    120   char name[64];
    121   int size;
    122 } FontSet;
    123114
    124115/******** Here we define the Layout struct specific to this program  *******/
Note: See TracChangeset for help on using the changeset viewer.