aboutsummaryrefslogtreecommitdiff
path: root/Tests/ufoLib/testdata/TestFont1 (UFO2).ufo/kerning.plist
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ufoLib/testdata/TestFont1 (UFO2).ufo/kerning.plist')
-rw-r--r--Tests/ufoLib/testdata/TestFont1 (UFO2).ufo/kerning.plist16
1 files changed, 16 insertions, 0 deletions
diff --git a/Tests/ufoLib/testdata/TestFont1 (UFO2).ufo/kerning.plist b/Tests/ufoLib/testdata/TestFont1 (UFO2).ufo/kerning.plist
new file mode 100644
index 00000000..c07bf22a
--- /dev/null
+++ b/Tests/ufoLib/testdata/TestFont1 (UFO2).ufo/kerning.plist
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>A</key>
+ <dict>
+ <key>B</key>
+ <integer>100</integer>
+ </dict>
+ <key>B</key>
+ <dict>
+ <key>A</key>
+ <integer>-200</integer>
+ </dict>
+</dict>
+</plist>