Changeset 250

Show
Ignore:
Timestamp:
08/29/08 15:32:20 (4 months ago)
Author:
tal
Message:
Use new outline compiler.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • packages/ufo2fdk/trunk/Lib/ufo2fdk/makeotfParts.py

    r159 r250  
    22import shutil 
    33import re 
    4 from outlineOTF import makePSName, makeOutlineOTF 
     4from outlineOTF import makePSName, OutlineOTFCompiler, getFontBBox 
    55from featureTableWriter import FeatureTableWriter, winStr, macStr 
    6 from outlineOTF import makeOutlineOTF, getFontBBox 
    76 
    87 
     
    2827 
    2928    outlinePath = os.path.join(path, "font.otf") 
    30     makeOutlineOTF(font, outlinePath, glyphOrder) 
     29    c = OutlineOTFCompiler(font, outlinePath, glyphOrder) 
     30    c.compile() 
    3131 
    3232    paths = dict(