- Timestamp:
- Oct 20, 2015, 8:26:50 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150625/Ohana/src/libkapa/include/kapa.h
r38739 r38917 109 109 110 110 typedef struct { 111 int dx, dy, ascent; 111 int dx; 112 int dy; 113 float dXps; 114 int ascent; 112 115 unsigned char *bits; 113 116 } RotFont; … … 233 236 void PSDumpRotSegment PROTO((FILE *f, char *segment, int *Nseg)); 234 237 void PSSetFont PROTO((FILE *f, char *name, int size)); 238 int PSRotStrlen PROTO((char *c)); 235 239 236 240 /* bDrawFuncs.c */
Note:
See TracChangeset
for help on using the changeset viewer.
