IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2018, 12:09:10 PM (8 years ago)
Author:
eugene
Message:

add colors and justification for text items in kapa

File:
1 edited

Legend:

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

    r40165 r40419  
    239239int KapaSetFont (int fd, char *name, int size);
    240240int KapaSendLabel (int fd, char *string, int mode);
    241 int KapaSendTextline (int fd, char *string, float x, float y, float angle);
     241int KapaSendTextline (int fd, char *string, float x, float y, float angle, int justify, int color);
    242242int KapaSetLimits (int fd, Graphdata *graphmode);
    243243int KapaGetLimits (int fd, float *dx, float *dy);
Note: See TracChangeset for help on using the changeset viewer.