xref: /aosp_15_r20/external/fonttools/Tests/varLib/data/VarLibLocationTest.designspace (revision e1fe3e4ad2793916b15cccdc4a7da52a7e1dd0e9)
1*e1fe3e4aSElliott Hughes<?xml version='1.0' encoding='utf-8'?>
2*e1fe3e4aSElliott Hughes<designspace format="4.0">
3*e1fe3e4aSElliott Hughes    <axes>
4*e1fe3e4aSElliott Hughes        <axis default="100" maximum="900" minimum="100" name="weight" tag="wght">
5*e1fe3e4aSElliott Hughes            <map input="500" output="105"/>
6*e1fe3e4aSElliott Hughes            <map input="300" output="57"/>
7*e1fe3e4aSElliott Hughes            <map input="900" output="158"/>
8*e1fe3e4aSElliott Hughes            <map input="100" output="0"/>
9*e1fe3e4aSElliott Hughes        </axis>
10*e1fe3e4aSElliott Hughes        <axis default="50" maximum="100" minimum="0" name="width" tag="wdth" />
11*e1fe3e4aSElliott Hughes    </axes>
12*e1fe3e4aSElliott Hughes    <sources>
13*e1fe3e4aSElliott Hughes        <source filename="A.ufo">
14*e1fe3e4aSElliott Hughes            <location>
15*e1fe3e4aSElliott Hughes                <dimension name="weight" xvalue="0" />
16*e1fe3e4aSElliott Hughes                <dimension name="width" xvalue="50" />
17*e1fe3e4aSElliott Hughes            </location>
18*e1fe3e4aSElliott Hughes        </source>
19*e1fe3e4aSElliott Hughes    </sources>
20*e1fe3e4aSElliott Hughes    <instances>
21*e1fe3e4aSElliott Hughes        <instance filename="C.ufo" familyname="C" stylename="CCC">
22*e1fe3e4aSElliott Hughes            <location>
23*e1fe3e4aSElliott Hughes            </location>
24*e1fe3e4aSElliott Hughes        </instance>
25*e1fe3e4aSElliott Hughes    </instances>
26*e1fe3e4aSElliott Hughes</designspace>
27