Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e19e040

Browse files
committed
DOC: Add newline at end of font_indexing.py
1 parent c7e378c commit e19e040

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

galleries/examples/misc/font_indexing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
print('AV', font.get_kerning(glyphd['A'], glyphd['V'], Kerning.DEFAULT))
3636
print('AV', font.get_kerning(glyphd['A'], glyphd['V'], Kerning.UNFITTED))
3737
print('AV', font.get_kerning(glyphd['A'], glyphd['V'], Kerning.UNSCALED))
38-
print('AT', font.get_kerning(glyphd['A'], glyphd['T'], Kerning.UNSCALED))
38+
print('AT', font.get_kerning(glyphd['A'], glyphd['T'], Kerning.UNSCALED))

0 commit comments

Comments
 (0)