gtk/testsuite/reftests/inscription-xalign-rtl.ref.ui
Benjamin Otte 2d14372142 reftests: Add an inscription xalign RTL test
This checks mainly that we do the right thing wrt PangoAlignment
weirdness.

0.25 and 0.75 are set to 0.0 and 1.0 currently because of Pango
limitations (and no desire to manually move lines).
But if that were to be fixed, both the ref and the test should update in
the same way and things should just keep working.
2022-06-13 06:49:22 +02:00

53 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow">
<property name="default-width">200</property>
<property name="decorated">0</property>
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
<child>
<object class="GtkInscription">
<property name="text">עִברִית
English</property>
<property name="min-lines">2</property>
<property name="xalign">0.0</property>
</object>
</child>
<child>
<object class="GtkInscription">
<property name="text">עִברִית
English</property>
<property name="min-lines">2</property>
<property name="xalign">0.25</property>
</object>
</child>
<child>
<object class="GtkInscription">
<property name="text">עִברִית
English</property>
<property name="min-lines">2</property>
<property name="xalign">0.5</property>
</object>
</child>
<child>
<object class="GtkInscription">
<property name="text">עִברִית
English</property>
<property name="min-lines">2</property>
<property name="xalign">0.75</property>
</object>
</child>
<child>
<object class="GtkInscription">
<property name="text">עִברִית
English</property>
<property name="min-lines">2</property>
<property name="xalign">1.0</property>
</object>
</child>
</object>
</child>
</object>
</interface>