diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-11-29 00:09:50 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-11-29 08:12:11 -0500 |
commit | ae8297b785eacc61890b6042c0f89af6f65b3bb3 (patch) | |
tree | 2ea240fdb43f818145781910cb1116e4a1a03d17 /tests/layouts/valid-13.layout | |
parent | a6ed4ff80188bb0472891b08c421d3ca4c846315 (diff) | |
download | pango-ae8297b785eacc61890b6042c0f89af6f65b3bb3.tar.gz |
tabs: Add a decimal point
This is useful for PANGO_TAB_DECIMAL.
Implement this in PangoLayout, in the
serializer, and update tests.
Diffstat (limited to 'tests/layouts/valid-13.layout')
-rw-r--r-- | tests/layouts/valid-13.layout | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/tests/layouts/valid-13.layout b/tests/layouts/valid-13.layout index bc20a3c1..b557a278 100644 --- a/tests/layouts/valid-13.layout +++ b/tests/layouts/valid-13.layout @@ -23,23 +23,28 @@ "positions" : [ { "position" : 0, - "alignment" : "left" + "alignment" : "left", + "decimal-point" : 0 }, { "position" : 50, - "alignment" : "left" + "alignment" : "left", + "decimal-point" : 0 }, { "position" : 100, - "alignment" : "left" + "alignment" : "left", + "decimal-point" : 0 }, { "position" : 150, - "alignment" : "left" + "alignment" : "left", + "decimal-point" : 0 }, { "position" : 200, - "alignment" : "left" + "alignment" : "left", + "decimal-point" : 0 } ] }, |