We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ec958 commit a8bb386Copy full SHA for a8bb386
examples/misc/font_indexing.py
@@ -35,4 +35,4 @@
35
print('AV', font.get_kerning(glyphd['A'], glyphd['V'], KERNING_DEFAULT))
36
print('AV', font.get_kerning(glyphd['A'], glyphd['V'], KERNING_UNFITTED))
37
print('AV', font.get_kerning(glyphd['A'], glyphd['V'], KERNING_UNSCALED))
38
-print('AV', font.get_kerning(glyphd['A'], glyphd['T'], KERNING_UNSCALED))
+print('AT', font.get_kerning(glyphd['A'], glyphd['T'], KERNING_UNSCALED))
0 commit comments