amarikp / nehan

Automatically exported from code.google.com/p/nehan
Other
0 stars 1 forks source link

How to make text to draw from right to left #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
is it possible?

Original issue reported on code.google.com by mannch...@gmail.com on 10 Apr 2010 at 3:22

GoogleCodeExporter commented 8 years ago
Nomally, text is now drawn from "right to left" isn't it?
but not possible to draw "left to right".

Original comment by lambda.w...@gmail.com on 11 Apr 2010 at 8:14

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Dear sir.
Yes. my mistake, it is a "nice to have" feature that can config to draw the 
vertical 
lines from left to right or vice versa. but it's not necessary though. Thank 
for 
your prompty reply and I will try the page count issue.

Original comment by mannch...@gmail.com on 13 Apr 2010 at 8:03

GoogleCodeExporter commented 8 years ago
Oh I see. I'll try left to right.

Original comment by lambda.w...@gmail.com on 13 Apr 2010 at 10:24

GoogleCodeExporter commented 8 years ago
Since version 1.0.3, "left to right" is supported.
If direction is set to "vertical-lr", vertical text flows from left to right.

{{{
var layoutParam = new Nehan.Layout({direction:"vertical-lr", .... });
}}}

Original comment by lambda.w...@gmail.com on 13 Apr 2010 at 11:23