|
|
|
|
|
|
|
|
changeDefaultFont(self,
*args)
changeDefaultFont(self, AbstractFont font) |
source code
|
|
|
|
setColor(self,
*args)
setColor(self, uint8_t r, uint8_t g, uint8_t b, uint8_t a = 255)
setColor(self, uint8_t r, uint8_t g, uint8_t b) |
source code
|
|
|
|
setBackground(self,
*args)
setBackground(self, uint8_t br, uint8_t bg, uint8_t bb, uint8_t ba =
255) setBackground(self, uint8_t br, uint8_t bg, uint8_t bb) |
source code
|
|
|
|
setBorder(self,
*args)
setBorder(self, uint8_t bbr, uint8_t bbg, uint8_t bbb, uint8_t bba =
255) setBorder(self, uint8_t bbr, uint8_t bbg, uint8_t bbb) |
source code
|
|
|
|
|
|
|
|
|
|
getInstance(*args)
getInstance(IRendererContainer cnt) -> FloatingTextRenderer |
source code
|
|
|
Inherited from RendererBase:
activateAllLayers,
addActiveLayer,
clearActiveLayers,
getActiveLayers,
getName,
getPipelinePosition,
isEnabled,
removeActiveLayer,
setEnabled,
setPipelinePosition
|