|
|
| RenderingUtils (const RenderingUtils &)=delete |
| | RenderingUtils (RenderingUtils &&renderingUtils)=default |
| | Default move constructor noexcept is deduced.
|
|
RenderingUtils & | operator= (const RenderingUtils &)=delete |
| RenderingUtils & | operator= (RenderingUtils &&renderingUtils)=default |
| | Default move assignment noexcept is deduced.
|
| void | drawText (IBitmap &bitmap, String const &text, int fontSize, Xy const &topLeft=Xy(), Rgba const &fontColor=Rgba(), int outerSize=0, Rgba const outerColor=Rgba(), float angle=0) |
| | Render the specified text using the specified parameters into a bitmap.
|
| Size | getTextSize (String const &text, int fontSize) |
| | Get the specified text size.
|
RenderingUtils object.
Implements share-read / write Api object over IRenderingUtils.
This behaves like a singleton, i.e. all instances are sharing behind the same API interface