IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 5, 2005, 3:55:45 PM (21 years ago)
Author:
eugene
Message:

adding no-X version of JPEG, other features

File:
1 edited

Legend:

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

    r2466 r5700  
    124124} Layout;
    125125
     126typedef struct {
     127  int dx, dy, ascent;
     128  unsigned char *bits;
     129} RotFont;
     130
     131typedef struct {
     132  RotFont *font;
     133  char name[64];
     134  int size;
     135} FontSet;
    126136
    127137/* this routine is independent of the number of overlays */
Note: See TracChangeset for help on using the changeset viewer.