Changeset 262

Show
Ignore:
Timestamp:
09/09/08 06:33:05 (4 months ago)
Author:
tal
Message:
usWinDescent should be positive.
Files:

Legend:

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

    r261 r262  
    204204        os2.sTypoLineGap = 50 
    205205        os2.usWinAscent = self.fontBoundingBox[3] 
    206         os2.usWinDescent = self.fontBoundingBox[1] 
     206        os2.usWinDescent = abs(self.fontBoundingBox[1]) 
    207207        # style mapping 
    208208        os2.fsSelection = 0 # XXX this is a guess