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 /OpenSim/Region/ScriptEngine/Shared/Api/Interface | |
parent | Remove typo version of ReplaceableInterface property from RegionCombinerModule. (diff) | |
download | opensim-SC-953581698d2fade30ed76cdae3f8c3a0031b35fb.zip opensim-SC-953581698d2fade30ed76cdae3f8c3a0031b35fb.tar.gz opensim-SC-953581698d2fade30ed76cdae3f8c3a0031b35fb.tar.bz2 opensim-SC-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 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs index b129b39..49aa45a 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | |||
@@ -99,6 +99,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
99 | string osDrawFilledRectangle(string drawList, int width, int height); | 99 | string osDrawFilledRectangle(string drawList, int width, int height); |
100 | string osDrawPolygon(string drawList, LSL_List x, LSL_List y); | 100 | string osDrawPolygon(string drawList, LSL_List x, LSL_List y); |
101 | string osDrawFilledPolygon(string drawList, LSL_List x, LSL_List y); | 101 | string osDrawFilledPolygon(string drawList, LSL_List x, LSL_List y); |
102 | string osSetFontName(string drawList, string fontName); | ||
102 | string osSetFontSize(string drawList, int fontSize); | 103 | string osSetFontSize(string drawList, int fontSize); |
103 | string osSetPenSize(string drawList, int penSize); | 104 | string osSetPenSize(string drawList, int penSize); |
104 | string osSetPenColour(string drawList, string colour); | 105 | string osSetPenColour(string drawList, string colour); |