diff options
author | dr scofield (aka dirk husemann) | 2009-08-31 09:28:56 +0200 |
---|---|---|
committer | dr scofield (aka dirk husemann) | 2009-08-31 10:30:10 +0200 |
commit | 953581698d2fade30ed76cdae3f8c3a0031b35fb (patch) | |
tree | 75154a48797a15df0749a57eb3aea196678b569f /bin/OpenSim.ini.example | |
parent | Remove typo version of ReplaceableInterface property from RegionCombinerModule. (diff) | |
download | opensim-SC_OLD-953581698d2fade30ed76cdae3f8c3a0031b35fb.zip opensim-SC_OLD-953581698d2fade30ed76cdae3f8c3a0031b35fb.tar.gz opensim-SC_OLD-953581698d2fade30ed76cdae3f8c3a0031b35fb.tar.bz2 opensim-SC_OLD-953581698d2fade30ed76cdae3f8c3a0031b35fb.tar.xz |
- making font name used by VectorRenderModule configurable: can be set
via
[VectorRender]
font_name = "Comic Sans MS"
in OpenSim.ini
- adding osSetFontName OSSL function
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 2303873..4cf5a8d 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -761,6 +761,10 @@ | |||
761 | ; Density of tree population | 761 | ; Density of tree population |
762 | tree_density = 1000.0 | 762 | tree_density = 1000.0 |
763 | 763 | ||
764 | [VectorRender] | ||
765 | |||
766 | ; the font to use for rendering text (default: Arial) | ||
767 | ; font_name = "Arial" | ||
764 | 768 | ||
765 | [ScriptEngine.DotNetEngine] | 769 | [ScriptEngine.DotNetEngine] |
766 | Enabled = true | 770 | Enabled = true |