Changeset 233
- Timestamp:
- 06/07/08 09:18:21 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
packages/compositor/trunk/Lib/compositor/__init__.py
r228 r233 68 68 head = self.source["head"] 69 69 hhea = self.source["hhea"] 70 os2 = self.source["OS/2"] 70 71 info.unitsPerEm = head.unitsPerEm 71 72 info.ascender = hhea.ascent 72 73 info.descender = hhea.descent 74 info.xHeight = os2.sxHeight 75 info.capHeight = os2.sCapHeight 73 76 # names 74 77 nameIDs = {}
