mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
- making font name used by VectorRenderModule configurable: can be set
via
[VectorRender]
font_name = "Comic Sans MS"
in OpenSim.ini
- adding osSetFontName OSSL function
This commit is contained in:
@@ -282,6 +282,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
return m_OSSL_Functions.osSetFontSize(drawList, fontSize);
|
||||
}
|
||||
|
||||
public string osSetFontName(string drawList, string fontName)
|
||||
{
|
||||
return m_OSSL_Functions.osSetFontName(drawList, fontName);
|
||||
}
|
||||
|
||||
public string osSetPenSize(string drawList, int penSize)
|
||||
{
|
||||
return m_OSSL_Functions.osSetPenSize(drawList, penSize);
|
||||
|
||||
Reference in New Issue
Block a user