aboutsummaryrefslogtreecommitdiff
path: root/Tests/designspaceLib/data/test_v5_discrete.designspace
diff options
context:
space:
mode:
authorSadaf Ebrahimi <sadafebrahimi@google.com>2022-05-13 17:36:16 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-05-13 17:36:16 +0000
commit2f76e5ea08a08dc7ffef910e066da6777a3c829f (patch)
tree1dff6c1c2a08ce8152e5b964fc0021acdf9696f1 /Tests/designspaceLib/data/test_v5_discrete.designspace
parent29956f91d34a6e7e114e9e04c4c22296e20b80c8 (diff)
parent4b0e404dd93f9675738b1f0c25606798873cda3c (diff)
downloadfonttools-2f76e5ea08a08dc7ffef910e066da6777a3c829f.tar.gz
Updating fonttools 4.31.2 to fonttools 4.33.3 am: fc762b5499 am: 4b0e404dd9
Original change: https://android-review.googlesource.com/c/platform/external/fonttools/+/2097373 Change-Id: I58d2c6777a2a523922f82ccde59534891f3308e6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'Tests/designspaceLib/data/test_v5_discrete.designspace')
-rw-r--r--Tests/designspaceLib/data/test_v5_discrete.designspace139
1 files changed, 139 insertions, 0 deletions
diff --git a/Tests/designspaceLib/data/test_v5_discrete.designspace b/Tests/designspaceLib/data/test_v5_discrete.designspace
new file mode 100644
index 00000000..f42f2dc9
--- /dev/null
+++ b/Tests/designspaceLib/data/test_v5_discrete.designspace
@@ -0,0 +1,139 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<designspace format="5.0">
+ <axes>
+ <axis tag="wght" name="Weight" values="400 700 900" default="400">
+ <labels>
+ <label uservalue="400" name="Regular" elidable="true" linkeduservalue="700"/>
+ <label uservalue="700" name="Bold"/>
+ <label uservalue="900" name="Black"/>
+ </labels>
+ </axis>
+ <axis tag="wdth" name="Width" values="75 100" default="100">
+ <labels>
+ <label uservalue="75" name="Narrow"/>
+ <label uservalue="100" name="Normal" elidable="true"/>
+ </labels>
+ </axis>
+ <axis tag="ital" name="Italic" values="0 1" default="0">
+ <labels>
+ <label uservalue="0" name="Roman" elidable="true" linkeduservalue="1"/>
+ <label uservalue="1" name="Italic"/>
+ </labels>
+ </axis>
+ </axes>
+
+ <sources>
+ <source filename="arial.ufo" name="Arial Regular">
+ <location>
+ <dimension name="Weight" xvalue="400"/>
+ </location>
+ </source>
+ <source filename="arialbd.ufo" name="Arial Bold">
+ <location>
+ <dimension name="Weight" xvalue="700"/>
+ </location>
+ </source>
+ <source filename="ariblk.ufo" name="Arial Black">
+ <location>
+ <dimension name="Weight" xvalue="900"/>
+ </location>
+ </source>
+ <source filename="ariali.ufo" name="Arial Italic">
+ <location>
+ <dimension name="Weight" xvalue="400"/>
+ <dimension name="Italic" xvalue="1"/>
+ </location>
+ </source>
+ <source filename="arialbi.ufo" name="Arial Bold Italic">
+ <location>
+ <dimension name="Weight" xvalue="700"/>
+ <dimension name="Italic" xvalue="1"/>
+ </location>
+ </source>
+ <source filename="ARIALN.ufo" name="Arial Narrow">
+ <location>
+ <dimension name="Weight" xvalue="400"/>
+ <dimension name="Width" xvalue="75"/>
+ </location>
+ </source>
+ <source filename="ARIALNB.ufo" name="Arial Narrow Bold">
+ <location>
+ <dimension name="Weight" xvalue="700"/>
+ <dimension name="Width" xvalue="75"/>
+ </location>
+ </source>
+ <source filename="ARIALNBI.ufo" name="Arial Narrow Bold Italic">
+ <location>
+ <dimension name="Weight" xvalue="700"/>
+ <dimension name="Width" xvalue="75"/>
+ <dimension name="Italic" xvalue="1"/>
+ </location>
+ </source>
+ <source filename="ARIALNI.ufo" name="Arial Narrow Italic">
+ <location>
+ <dimension name="Weight" xvalue="400"/>
+ <dimension name="Width" xvalue="75"/>
+ <dimension name="Italic" xvalue="1"/>
+ </location>
+ </source>
+ </sources>
+
+ <instances>
+ <instance name="Arial Regular">
+ <location>
+ <dimension name="Weight" xvalue="400"/>
+ </location>
+ </instance>
+ <instance name="Arial Bold">
+ <!-- Should be stylemapstylename="bold" -->
+ <location>
+ <dimension name="Weight" xvalue="700"/>
+ </location>
+ </instance>
+ <instance name="Arial Black">
+ <location>
+ <dimension name="Weight" xvalue="900"/>
+ </location>
+ </instance>
+ <instance name="Arial Italic">
+ <!-- Should be stylemapstylename="italic" -->
+ <location>
+ <dimension name="Weight" xvalue="400"/>
+ <dimension name="Italic" xvalue="1"/>
+ </location>
+ </instance>
+ <instance name="Arial Bold Italic">
+ <!-- Should be stylemapstylename="bold italic" -->
+ <location>
+ <dimension name="Weight" xvalue="700"/>
+ <dimension name="Italic" xvalue="1"/>
+ </location>
+ </instance>
+ <instance name="Arial Narrow">
+ <location>
+ <dimension name="Weight" xvalue="400"/>
+ <dimension name="Width" xvalue="75"/>
+ </location>
+ </instance>
+ <instance name="Arial Narrow Bold">
+ <location>
+ <dimension name="Weight" xvalue="700"/>
+ <dimension name="Width" xvalue="75"/>
+ </location>
+ </instance>
+ <instance name="Arial Narrow Bold Italic">
+ <location>
+ <dimension name="Weight" xvalue="700"/>
+ <dimension name="Width" xvalue="75"/>
+ <dimension name="Italic" xvalue="1"/>
+ </location>
+ </instance>
+ <instance name="Arial Narrow Italic">
+ <location>
+ <dimension name="Weight" xvalue="400"/>
+ <dimension name="Width" xvalue="75"/>
+ <dimension name="Italic" xvalue="1"/>
+ </location>
+ </instance>
+ </instances>
+</designspace>