xref: /aosp_15_r20/external/fonttools/Tests/feaLib/data/spec8b.fea (revision e1fe3e4ad2793916b15cccdc4a7da52a7e1dd0e9)
1*e1fe3e4aSElliott Hughesfeature size {
2*e1fe3e4aSElliott Hughes    parameters 10.0 3 80 139;
3*e1fe3e4aSElliott Hughes# 10.0 - design size, 3 - subfamily identifier, 80 - range start (exclusive, decipoints)
4*e1fe3e4aSElliott Hughes# 139 - range end (inclusive, decipoints)
5*e1fe3e4aSElliott Hughes   sizemenuname "Win MinionPro Size Name";
6*e1fe3e4aSElliott Hughes   sizemenuname 1 "Mac MinionPro Size Name";
7*e1fe3e4aSElliott Hughes   # The specification says: sizemenuname 1 21 0 "Mac MinionPro Size Name";
8*e1fe3e4aSElliott Hughes   # which means Macintosh platform, MacOS Thai encoding, English language.
9*e1fe3e4aSElliott Hughes   # Since fonttools currently does not support the MacOS Thai encoding,
10*e1fe3e4aSElliott Hughes   # we use instead MacOS Roman encoding (0), Swedish language (5) for our test.
11*e1fe3e4aSElliott Hughes   sizemenuname 1 0 5 "Mac MinionPro Size Name";
12*e1fe3e4aSElliott Hughes} size;
13