On 3/23/15, 10:53 PM, "piotrz" <piotrzarzyck...@gmail.com> wrote:

>You are probably correct Alex. I have in the test classes property:
>
>public var writingDirection:Array = [ BlockProgression.TB, Direction.LTR
>] ;
>- Initial values.
>
>But I really don't understand how should I fill this array based on
>configuration?
>
><TestData name="tb_rtl">false</TestData>
><TestData name="rl_ltr">false</TestData>
>
>Do you understand anything ?

Not sure I understand what you’re asking.  I didn’t see any current code
that would apply those values.  If you wanted to apply them I would guess
at following the doc.  TextLayoutFormat.blockProgression defaults to
undefined.  I’d guess that if tb_rtl is true you’d set
TextLayoutFormat.blockProgression = BlockProgression.TB.  Similar for
rl_ltr.  I don’t think both should be true at the same time for a test.

HTH,
-Alex

Reply via email to