IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 20, 2015, 8:26:50 PM (11 years ago)
Author:
eugene
Message:

adding PS dX to the font description to get PS string length right

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150625/Ohana/src/libkapa/include/kapa.h

    r38739 r38917  
    109109
    110110typedef struct {
    111   int dx, dy, ascent;
     111  int dx;
     112  int dy;
     113  float dXps;
     114  int ascent;
    112115  unsigned char *bits;
    113116} RotFont;
     
    233236void PSDumpRotSegment PROTO((FILE *f, char *segment, int *Nseg));
    234237void PSSetFont PROTO((FILE *f, char *name, int size));
     238int PSRotStrlen PROTO((char *c));
    235239
    236240/* bDrawFuncs.c */
Note: See TracChangeset for help on using the changeset viewer.