When I try to use charplot (AFDKO 2.5), I always get the same error:
Traceback (most recent call last):
File "/Users/mekka/bin/FDK/Tools/osx/../SharedData/FDKScripts/ProofPDF.py", line 933, in <module>
main()
File "/Users/mekka/bin/FDK/Tools/osx/../SharedData/FDKScripts/ProofPDF.py", line 926, in main
proofMakePDF(params.rt_fileList, params, txPath)
File "/Users/mekka/bin/FDK/Tools/osx/../SharedData/FDKScripts/ProofPDF.py", line 881, in proofMakePDF
pdfFilePath = makePDF(pdfFont, params)
File "/Applications/FDK/Tools/SharedData/FDKScripts/fontPDF.py", line 1663, in makePDF
makeProofPDF(pdfFont, params, progressBarInstance)
File "/Applications/FDK/Tools/SharedData/FDKScripts/fontPDF.py", line 2269, in makeProofPDF
pdfGlyph.draw(curParams, ri)
File "/Applications/FDK/Tools/SharedData/FDKScripts/fontPDF.py", line 643, in draw
if eval("params." + methodName):
File "<string>", line 1, in <module>
AttributeError: FontPDFParams instance has no attribute 'drawGlyph_XAdvance'
I've tried reinstalling it, but to no avail. I believe it used to work fine in older AFDKO versions. Is this a known problem... or just my problem? :-)