IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 27, 2005, 9:22:01 PM (21 years ago)
Author:
eugene
Message:

fixed up RotFont stuff

File:
1 edited

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 
    121# include "../rotfont/times8.h"
    132# include "../rotfont/times12.h"
     
    6251
    6352/* 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;
    7153# define NROT 256
Note: See TracChangeset for help on using the changeset viewer.