From: Stefan F. <ste...@us...> - 2010-06-22 18:10:22
|
Update of /cvsroot/rails/18xx In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv16308 Modified Files: my.properties Log Message: Added selection of font type and scaling (see feature request 2982270) Still requires some changes to adapt window sizes etc. Index: my.properties =================================================================== RCS file: /cvsroot/rails/18xx/my.properties,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** my.properties 15 May 2010 22:44:46 -0000 1.16 --- my.properties 22 Jun 2010 18:10:14 -0000 1.17 *************** *** 107,110 **** --- 107,117 ---- #or.number_format=simple + ### Fonts - global settings + # Font size scaling (1.0 = default standard size) + #font.global.scale=1.0 + # Font selection + #font.global.name=Arial + # Font style (only plain and bold supported) + #font.global.style=bold ### Colours |