![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The ITextStyle graph node interface.
Get the constant Graph::INode interface. This method returns a constant pointer to the node's Graph::INode interface, to be able to query common node properties such as active state, visibility or ID.
Murl.Graph.INode GetNodeInterface()
Get the constant Graph::ITextStyleFontNodeTarget container. This method returns a constant pointer to the node's Graph::ITextStyleFontNodeTarget container, which allows to query the style's individual font style objects.
Murl.Graph.IGenericNodeTarget.GraphITextStyleFont GetTextStyleFontNodeTarget()
Get the constant Graph::ITextStyleColorNodeTarget container. This method returns a constant pointer to the node's Graph::ITextStyleColorNodeTarget container, which allows to query the style's individual font style objects.
Murl.Graph.IGenericNodeTarget.GraphITextStyleColor GetTextStyleColorNodeTarget()
Get the constant Graph::ITextStyleImageNodeTarget container. This method returns a constant pointer to the node's Graph::ITextStyleImageNodeTarget container, which allows to query the style's individual font style objects.
Murl.Graph.IGenericNodeTarget.GraphITextStyleImage GetTextStyleImageNodeTarget()
Set the tag start character & escape sequence.
Boolean SetTagStart(String character, String escapeSequence)
character | An UTF8 sequence for a single tag start character. |
escapeSequence | The escape sequence for that character. |
Get the tag start character.
String GetTagStartCharacter()
Get the tag start escape sequence.
String GetTagStartEscapeSequence()
Set the tag end character & escape sequence.
Boolean SetTagEnd(String character, String escapeSequence)
character | An UTF8 sequence for a single tag end character. |
escapeSequence | The escape sequence for that character. |
Get the tag end character.
String GetTagEndCharacter()
Get the tag end escape sequence.
String GetTagEndEscapeSequence()