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/kapa2/include/structures.h

    r39457 r40419  
    115115typedef struct {
    116116  int x, y;
    117   int dx, dy;
     117  int dx, dy; // unused?
    118118  double angle;
    119119  int  size;
     120  int justify;
     121  int color;
    120122  char font[64];
    121123  char text[LABEL_MAXLEN];
Note: See TracChangeset for help on using the changeset viewer.