File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ def get_font_report(fontpath):
100
100
report .append (":" * 50 )
101
101
report .append ("hhea metrics / UPM: {0:.3g}" .format (metrics .hheaascdesc_to_upm ))
102
102
report .append ("typo metrics / UPM: {0:.3g}" .format (metrics .typo_to_upm ))
103
- report .append ("win metrics / UPM: {0:.3g}" .format (metrics .winascdesc_to_upm ))
103
+ report .append ("win metrics / UPM: {0:.3g}" .format (metrics .winascdesc_to_upm ))
104
104
105
105
return "\n " .join (report )
106
106
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ def test_report_cmd_reportstring_descent_typodesc(capsys):
243
243
sys .argv = ['font-line' , 'report' , filepath ]
244
244
main ()
245
245
out , err = capsys .readouterr ()
246
- assert "[hhea] Descent to [OS/2] TypoDescender: -9" in out
246
+ assert "[hhea] Descent to [OS/2] TypoDescender: -9" in out
247
247
248
248
249
249
def test_report_cmd_reportstring_typo_to_upm (capsys ):
@@ -261,7 +261,7 @@ def test_report_cmd_reportstring_win_to_upm(capsys):
261
261
sys .argv = ['font-line' , 'report' , filepath ]
262
262
main ()
263
263
out , err = capsys .readouterr ()
264
- assert "win metrics / UPM: 1.16" in out
264
+ assert "win metrics / UPM: 1.16" in out
265
265
266
266
267
267
def test_report_cmd_reportstring_hhea_to_upm (capsys ):
You can’t perform that action at this time.
0 commit comments