Dear nurts,
I like to write a text into a frame verticaly instead of horizontaly. In
the documentation I could'nt find any hints about this question.
I just found:
Frame = POINTER TO ABSTRACT RECORD
unit-, dot-: INTEGER;
...
(f: Frame) DrawSString (x, y: INTEGER; col: Color; IN s: ARRAY OF
SHORTCHAR; font: Fonts.Font), NEW;
(f: Frame) DrawString (x, y: INTEGER; col: Color; IN s: ARRAY OF CHAR;
font: Fonts.Font), NEW;
...
END;
But not something like:
...
(f: Frame) DrawVerticalString(x, y: INTEGER; IN s: ARRAY OF CHAR; font);
or
(f: Frame) DrawString(x, y: INTEGER; angle: INTEGER; IN s: ARRAY OF CHAR;
font: Font);
Is there any possibility to draw a string verticaly? E.g. exist a Workaround?
Thanks in advanced for your help!
Reinhard Dietrich
Received on Tue Mar 30 1999 - 14:18:34 UTC
This archive was generated by hypermail 2.3.0
: Thu Sep 26 2013 - 06:27:42 UTC