root/gaphor/tags/gaphor-0.12.0/gaphor/diagram/font.py

Revision 1121, 300 bytes (checked in by arjanmol, 2 years ago)

Merged changed from new-canvas branch to trunk

Line 
1 """
2 Font definitions.
3 """
4
5 # Default font
6 FONT = 'sans 10'
7
8 # Font for names of elements (such as classes)
9 FONT_NAME = 'sans bold 10'
10
11 # Abstract classes use this font for their name
12 FONT_ABSTRACT_NAME = 'sans bold italic 10'
13
14 # Small text, e.g. the (from ...) line in classes
15 FONT_SMALL = 'sans 8'
16
Note: See TracBrowser for help on using the browser.