Feature #2074
Mis à jour par Sebastien Jacquot il y a plus de 8 ans
Add font preference and default preference for chart rendering.
Currently the default font preference is set to "Lucida Sans Unicode" with a size of 11 pt for all OS.
Need to check that these default preferences works well on the three OS.
h3. Validation tests
* create some charts on Windows
* check the texts are well readable
* create some charts on OS X
* check the texts are well readable
* create some charts on Linux
* check the texts are well readable
If changes are needed, here is the location of the default preference: org.txm.chartsengine.core.preferences.ChartsEnginePreferences.initializeChartsEngineSharedPreferences(Preferences)
Currently the default font preference is set to "Lucida Sans Unicode" with a size of 11 pt for all OS.
Need to check that these default preferences works well on the three OS.
h3. Validation tests
* create some charts on Windows
* check the texts are well readable
* create some charts on OS X
* check the texts are well readable
* create some charts on Linux
* check the texts are well readable
If changes are needed, here is the location of the default preference: org.txm.chartsengine.core.preferences.ChartsEnginePreferences.initializeChartsEngineSharedPreferences(Preferences)