Merge pull request #1977 from fonttools/afmlib-dont-write-out-doctest
[afmLib] Do not write doctest file to disk
This commit is contained in:
commit
7a723b7344
@ -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