fonttools/Tests/feaLib/data/spec8b.fea

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
627 B
Plaintext
Raw Normal View History

2016-03-18 13:18:31 +04:00
feature size {
2016-12-20 10:24:20 +00:00
parameters 10.0 3 80 139;
# 10.0 - design size, 3 - subfamily identifier, 80 - range start (exclusive, decipoints)
# 139 - range end (inclusive, decipoints)
2016-03-18 13:18:31 +04:00
sizemenuname "Win MinionPro Size Name";
sizemenuname 1 "Mac MinionPro Size Name";
# The specification says: sizemenuname 1 21 0 "Mac MinionPro Size Name";
# which means Macintosh platform, MacOS Thai encoding, English language.
# Since fonttools currently does not support the MacOS Thai encoding,
# we use instead MacOS Roman encoding (0), Swedish language (5) for our test.
sizemenuname 1 0 5 "Mac MinionPro Size Name";
2016-03-18 13:18:31 +04:00
} size;