File: spec8b.fea

package info (click to toggle)
fonttools 4.61.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,584 kB
  • sloc: python: 145,091; xml: 103; makefile: 24
file content (12 lines) | stat: -rw-r--r-- 627 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
feature size {
    parameters 10.0 3 80 139;
# 10.0 - design size, 3 - subfamily identifier, 80 - range start (exclusive, decipoints)
# 139 - range end (inclusive, decipoints)
   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";
} size;