Changeset 167


Ignore:
Timestamp:
02/23/09 19:52:48 (4 years ago)
Author:
tal
Message:

Flipped.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ufo2/Lib/robofab/objects/objectsFL.py

    r162 r167  
    27372737                "postscriptSlantAngle"                                  : _infoMapDict(valueType=float, nakedAttribute="slant_angle"), 
    27382738                "postscriptUniqueID"                                    : _infoMapDict(valueType=int, nakedAttribute="unique_id"), 
    2739                 "postscriptUnderlineThickness"                  : _infoMapDict(valueType=int, nakedAttribute="underline_position"), 
    2740                 "postscriptUnderlinePosition"                   : _infoMapDict(valueType=int, nakedAttribute="underline_thickness"), 
     2739                "postscriptUnderlineThickness"                  : _infoMapDict(valueType=int, nakedAttribute="underline_thickness"), 
     2740                "postscriptUnderlinePosition"                   : _infoMapDict(valueType=int, nakedAttribute="underline_position"), 
    27412741                "postscriptIsFixedPitch"                                : _infoMapDict(valueType=bool, nakedAttribute="is_fixed_pitch"), 
    27422742                "postscriptBlueValues"                                  : _infoMapDict(valueType="intList", nakedAttribute="blue_values", masterSpecific=True, requiresSetNum=True), 
Note: See TracChangeset for help on using the changeset viewer.