Skip to content

Commit

Permalink
Merge branch 'win_setwscharheight' into 'master'
Browse files Browse the repository at this point in the history
export gr_setwscharheight in windows dlls

See merge request Scientific-IT-Systems/gr!998
  • Loading branch information
IngoMeyer441 committed Jan 23, 2023
2 parents 40284e9 + bc610a0 commit b4b42d4
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 @@ -107,6 +107,7 @@ DLLEXPORT void gr_setcharspace(double);
DLLEXPORT void gr_settextcolorind(int);
DLLEXPORT void gr_inqtextcolorind(int *);
DLLEXPORT void gr_setcharheight(double);
DLLEXPORT void gr_setwscharheight(double chh, double height);
DLLEXPORT void gr_inqcharheight(double *);
DLLEXPORT void gr_setcharup(double, double);
DLLEXPORT void gr_settextpath(int);
Expand Down

0 comments on commit b4b42d4

Please sign in to comment.