- Timestamp:
- Jun 27, 2018, 3:20:35 PM (8 years ago)
- Location:
- branches/czw_branch/20170908/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/libkapa/include/kapa.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20170908/Ohana
- Property svn:mergeinfo changed
-
branches/czw_branch/20170908/Ohana/src/libkapa/include/kapa.h
r40106 r40477 239 239 int KapaSetFont (int fd, char *name, int size); 240 240 int KapaSendLabel (int fd, char *string, int mode); 241 int KapaSendTextline (int fd, char *string, float x, float y, float angle );241 int KapaSendTextline (int fd, char *string, float x, float y, float angle, int justify, int color); 242 242 int KapaSetLimits (int fd, Graphdata *graphmode); 243 243 int KapaGetLimits (int fd, float *dx, float *dy); … … 292 292 void bDrawBufferFree (bDrawBuffer *buffer); 293 293 void bDrawSetBuffer (bDrawBuffer *buffer); 294 void bDrawSetColor (bDrawBuffer *buffer, bDrawColor color); 294 295 void bDrawSetStyle (bDrawBuffer *buffer, bDrawColor color, int lw, int lt); 295 296 void bDrawPoint (bDrawBuffer *buffer, int x, int y);
Note:
See TracChangeset
for help on using the changeset viewer.
