DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR Pending]

Link: http://www.fltk.org/str.php?L207
Version: 1.4-feature


I've finished rotated text patch for arbitrary angel (step is one degree)
that patch is for Win32, Xft and MacOS. (for current OS drawing code
state)
I have no solution for nonXft systems.

I add two function:
fl_draw(int angle, const char* text, int x, int y);
and
fl_draw(int angle, const char* text, int n, int x, int y);


we have to decide that we no need rotated text for non xft or make for non
xft restriction for 90 degree step (we can use Roman Cantor code in this
case that have same with fltk licence)

I wait for comments. after finishing example if no seriosly objection will
occure I'll commit my changes to fltk svn tree.


Link: http://www.fltk.org/str.php?L207
Version: 1.4-feature

_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to