Creates geometry for given gui style state and size.
Creates textline with font from current skin. If font not found then normal font will be used.
Draws background of widget.
Draws line of text aligning it to the position.
Draws line of text aligning it inside rectangle.
Returns font manager used by this renderer.
Returns texture that stores cached glyps of all loaded fonts.
Pops clip rect from stack. Useful for containers which clips their children. Must be called when parent ends drawing its children.
Pushes new clip rect onto stack. Useful for containers which clips their children. Must be called when parent begins drawing its children.
Returns internal render.
Sets clip rect to given area. Make sure to call this to reset rendering area for the window.
Gives means for rendering widgets and text lines.