- Timestamp:
- 01/19/09 14:15:53 (3 years ago)
- Files:
-
- 1 modified
-
trunk/pycha/chart.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pycha/chart.py
r127 r138 409 409 cairo.FONT_SLANT_NORMAL, 410 410 cairo.FONT_WEIGHT_BOLD) 411 cx.set_font_size(self.options.axis.labelFontSize) 411 412 labelWidth = cx.text_extents(label)[2] 412 413 fontAscent = cx.font_extents()[0]
