File: lib.plist

package info (click to toggle)
ufo2ft 3.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,528 kB
  • sloc: python: 18,685; makefile: 10
file content (50 lines) | stat: -rw-r--r-- 1,248 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
  <dict>
    <key>com.defcon.sortDescriptor</key>
    <array>
      <dict>
        <key>ascending</key>
        <string>Latin-1</string>
        <key>type</key>
        <string>characterSet</string>
      </dict>
    </array>
    <key>com.github.googlei18n.ufo2ft.colorLayerMapping</key>
    <array>
      <array>
        <string>color1</string>
        <integer>0</integer>
      </array>
      <array>
        <string>color2</string>
        <integer>1</integer>
      </array>
    </array>
    <key>com.github.googlei18n.ufo2ft.colorPalettes</key>
    <array>
      <array>
        <array>
          <integer>1</integer>
          <real>0.3</real>
          <real>0.1</real>
          <integer>1</integer>
        </array>
        <array>
          <integer>0</integer>
          <real>0.4</real>
          <real>0.8</real>
          <integer>1</integer>
        </array>
      </array>
    </array>
    <key>public.glyphOrder</key>
    <array>
      <string>space</string>
      <string>a</string>
      <string>b</string>
      <string>c</string>
    </array>
  </dict>
</plist>