* [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
15 lines
401 B
Plaintext
15 lines
401 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">
|
|
<array>
|
|
<array>
|
|
<string>public.default</string>
|
|
<string>glyphs</string>
|
|
</array>
|
|
<array>
|
|
<string>public.background</string>
|
|
<string>glyphs.public.background</string>
|
|
</array>
|
|
</array>
|
|
</plist>
|