Skip to content

Commit

Permalink
added gr_inqcharheight to lib/gr/gr.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuke Kominami authored and FlorianRhiem committed Apr 22, 2020
1 parent 8a6641a commit eb44602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/gr/gr.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ DLLEXPORT void gr_setcharspace(double);
DLLEXPORT void gr_settextcolorind(int);
DLLEXPORT void gr_inqtextcolorind(int *);
DLLEXPORT void gr_setcharheight(double);
DLLEXPORT void gr_inqcharheight(double *);
DLLEXPORT void gr_setcharup(double, double);
DLLEXPORT void gr_settextpath(int);
DLLEXPORT void gr_settextalign(int, int);
Expand Down

0 comments on commit eb44602

Please sign in to comment.