Changeset 1593
- Timestamp:
- 07/06/07 16:52:54 (1 year ago)
- Files:
-
- gaphas/trunk/gaphas/util.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphas/trunk/gaphas/util.py
r1249 r1593 92 92 'bold' in font and cairo.FONT_WEIGHT_BOLD \ 93 93 or cairo.FONT_WEIGHT_NORMAL) 94 cr.set_font_size( int(font[-1]))94 cr.set_font_size(float(font[-1])) 95 95 96 96
