Use a text object as context for calculating size.
[geda-gaf/berndj.git] / gattrib / lib / system-gattribrc.in
blob852af6a3c39a69fd78ed873ffed4854a5c7cdbc4
2
3 ; Init file for gattrib
6 ;  ;'s are comments
7 ;  keywords are case sensitive (guile feature)
8 ;  mode strings are case sensitive
9 ;  colors are not case sensitive 
10 ;  
12 ; gattrib-version string
14 ; Specifies the version of this file.  This number is used to make sure 
15 ; that the rc file is compatible with the version of gschem that is 
16 ; being run. The end user should *not* change this value.
18 (gattrib-version "@DATE_VERSION@")
20 ; Setup data path variables.
22 ; Contains all paths needed for gattrib
23 (define gedadata (getenv "GEDADATA"))
24 (define gedadatarc (getenv "GEDADATARC"))