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
|
<?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.typemytype.robofont.segmentType</key>
<string>curve</string>
<key>public.glyphOrder</key>
<array>
<string>oval</string>
<string>rect</string>
<string>rectRect</string>
<string>ovalRect</string>
<string>rectOval</string>
<string>ovalOval</string>
<string>Q</string>
<string>QTail_reversed</string>
<string>ovalOval_reversed</string>
<string>ovalRect_reversed</string>
<string>rectOval_reversed</string>
<string>rectRect_reversed</string>
<string>oval_differentStartPoint</string>
<string>rect_differentStartPoint</string>
<string>zeroAreaSelfIntersecting</string>
</array>
</dict>
</plist>
|