[afmLib] Do not write doctest file to disk
It writes into the current working dir on test runs.
This commit is contained in:
parent
fe17d5937a
commit
b5d2952c23
@ -35,8 +35,8 @@ Here is an example of using `afmLib` to read, modify and write an AFM file:
|
||||
>>> f[("A","V")] = -150 # Tighten kerning
|
||||
>>> f.FontName = "TestFont Squished"
|
||||
>>>
|
||||
>>> # And the font written out again
|
||||
>>> f.write("testfont-squished.afm")
|
||||
>>> # And the font written out again (remove the # in front)
|
||||
>>> #f.write("testfont-squished.afm")
|
||||
|
||||
.. rubric:: Footnotes
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user