* [varLib] Always write tuple entries for composite glyphs Fixes https://github.com/fonttools/fonttools/issues/1381 Fixes https://github.com/googlei18n/fontmake/issues/481 partially * Make sure at least one gvar delta is written for composites * Add test data for composite fix * Put in the correct issue link * Typo * Fix typos * Expand comment, add link to issue * Add ttx files for test font
35 lines
804 B
Plaintext
35 lines
804 B
Plaintext
<?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>public.kern1.O</key>
|
|
<array>
|
|
<string>O</string>
|
|
<string>Odieresis</string>
|
|
</array>
|
|
<key>public.kern1.n</key>
|
|
<array>
|
|
<string>n</string>
|
|
</array>
|
|
<key>public.kern1.o</key>
|
|
<array>
|
|
<string>o</string>
|
|
<string>odieresis</string>
|
|
</array>
|
|
<key>public.kern2.O</key>
|
|
<array>
|
|
<string>O</string>
|
|
<string>Odieresis</string>
|
|
</array>
|
|
<key>public.kern2.n</key>
|
|
<array>
|
|
<string>n</string>
|
|
</array>
|
|
<key>public.kern2.o</key>
|
|
<array>
|
|
<string>o</string>
|
|
<string>odieresis</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|