| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/text/combinedtextsimplifier.h>

Public Member Functions | |
| CombinedTextSimplifier () | |
| C-Tor. | |
| virtual | ~CombinedTextSimplifier () |
| D-Tor. | |
| virtual ID | target () const |
| Defines which class will be rendered. | |
| virtual bool | simplify (Engine *, const Shape *) |
| The rendering. | |
| VRS_TYPEINFO (CombinedTextSimplifier, ShapeSimplifier) | |
It simply renders the single texts which make up the combinedtexs in sequenze of their layer-id, the highest layers are rendered on top.
| VRS::TEXT::CombinedTextSimplifier::CombinedTextSimplifier | ( | ) |
C-Tor.
| virtual VRS::TEXT::CombinedTextSimplifier::~CombinedTextSimplifier | ( | ) | [virtual] |
D-Tor.
| virtual ID VRS::TEXT::CombinedTextSimplifier::target | ( | ) | const [virtual] |
| VRS::TEXT::CombinedTextSimplifier::VRS_TYPEINFO | ( | CombinedTextSimplifier | , | |
| ShapeSimplifier | ||||
| ) |