Skip to content

Instantly share code, notes, and snippets.

@charlesmchen
Created April 30, 2012 18:36
Show Gist options
  • Save charlesmchen/2560880 to your computer and use it in GitHub Desktop.
Save charlesmchen/2560880 to your computer and use it in GitHub Desktop.
Robofab NoneLab test output
dstFolder ./ufo-out
dstFile ./ufo-out/testFamily-Roman.ttf
I found the FDK!
Checking font /font.otf. Start time: Mon Apr 30 15:28:47 2012.
......
Checking 1 -- Warning: Subpath with only 2 graphic elements at 420 206 This may cause problems during 'union' operation. Please inspect. Need to fix wrong orientation on subpath with original moveto at 344 645 Done. Need to fix wrong orientation on subpath with original moveto at 99 451 Done. Need to fix wrong orientation on subpath with original moveto at 631 -32 Done. NOTE: 1 intersection found. Please inspect. (*This may indicate a path with wrong orientation was removed during the 'union' operation, or a path which forms a loop. You can check this by re-running with the '-V' switch on the original data, and look for errors that you don't see when intersections are removed.) Need to fix coincident control points: 142 579 .. 420 206 Please inspect. Need to inspect for possible loop/inflection: 142 579 .. 420 206
..
Checking A -- Warning: Subpath with only 2 graphic elements at 420 206 This may cause problems during 'union' operation. Please inspect. Need to fix wrong orientation on subpath with original moveto at 344 645 Done. Need to fix wrong orientation on subpath with original moveto at 99 451 Done. Need to fix wrong orientation on subpath with original moveto at 631 -32 Done. NOTE: 1 intersection found. Please inspect. (*This may indicate a path with wrong orientation was removed during the 'union' operation, or a path which forms a loop. You can check this by re-running with the '-V' switch on the original data, and look for errors that you don't see when intersections are removed.) Need to fix coincident control points: 142 579 .. 420 206 Please inspect. Need to inspect for possible loop/inflection: 142 579 .. 420 206
..
Checking B -- Warning: Subpath with only 2 graphic elements at 420 206 This may cause problems during 'union' operation. Please inspect. Need to fix wrong orientation on subpath with original moveto at 344 645 Done. Need to fix wrong orientation on subpath with original moveto at 99 451 Done. Need to fix wrong orientation on subpath with original moveto at 631 -32 Done. NOTE: 1 intersection found. Please inspect. (*This may indicate a path with wrong orientation was removed during the 'union' operation, or a path which forms a loop. You can check this by re-running with the '-V' switch on the original data, and look for errors that you don't see when intersections are removed.) Need to fix coincident control points: 142 579 .. 420 206 Please inspect. Need to inspect for possible loop/inflection: 142 579 .. 420 206
Writing changed file /font.otf
Done with font /font.otf. End time: Mon Apr 30 15:28:47 2012.
Log file written to /checkOutlines.log
Hinting font /font.otf. Start time: Mon Apr 30 15:28:47 2012.
Traceback (most recent call last):
File "/Users/charleschen/bin/FDK/Tools/osx/../SharedData/FDKScripts/AC.py", line 1175, in <module>
main()
File "/Users/charleschen/bin/FDK/Tools/osx/../SharedData/FDKScripts/AC.py", line 1165, in main
hintFile(options, txPath)
File "/Users/charleschen/bin/FDK/Tools/osx/../SharedData/FDKScripts/AC.py", line 946, in hintFile
fontinfo = getFontInfo(topDict, psName, options)
File "/Users/charleschen/bin/FDK/Tools/osx/../SharedData/FDKScripts/AC.py", line 655, in getFontInfo
numBlueValues = len(privateDict.BlueValues)
File "/adobe/FDK/Tools/osx/Python/2.5/lib/python2.5/site-packages/FontTools/fontTools/cffLib.py", line 1482, in __getattr__
AttributeError: BlueValues
makeotf [Note] Converting source font '/font.otf' to temporary Unix Type1 font file '/font.otf.tmp'.
makeotf [Note] setting the DONT_USE_WIN_LINE_METRICS OS/2 fsSelection bit 7 from fontinfo keyword.
makeotf [Note] setting the WEIGHT_WIDTH_SLOPE_ONLY OS/2 fsSelection bit 8 from fontinfo keyword.
makeotf [Note] setting the OBLIQUE OS/2 fsSelection bit 9 from fontinfo keyword.
makeotf [Note] Writing options file /current.fpr
makeotf [NOTE] Running makeotfexe with commands:
cd ""
makeotfexe "-f" "font.otf.tmp" "-o" "testFamily-Roman.ttf" -ff "features" -gf "glyphOrder" -mf "menuname"
Done.
makeotfexe [WARNING] syntax error [glyphOrder:1] (record skipped)
makeotfexe [WARNING] <testFamily-Roman> The feature file OS/2 overrides TypoAscender and TypoDescender do not sum to the font em-square.
makeotfexe [NOTE] Wrote new font file 'testFamily-Roman.ttf'.
complete.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment