Text.hh File Reference
#include <string>#include <gz/math/AxisAlignedBox.hh>#include <gz/math/Color.hh>#include "gz/rendering/config.hh"#include "gz/rendering/Geometry.hh"#include "gz/rendering/Object.hh"Go to the source code of this file.
Classes | |
| class | Text |
| Represents a billboard text geometry that is always facing the camera. More... | |
Namespaces | |
| namespace | gz |
| namespace | gz::rendering |
| Rendering classes and function useful in robot applications. | |
Enumerations | |
| enum class | TextHorizontalAlign { LEFT = 0 , CENTER = 1 , RIGHT = 2 } |
| Text Horizontal alignment. More... | |
| enum class | TextVerticalAlign { BOTTOM = 0 , CENTER = 1 , TOP = 2 } |
| Text vertical alignment. More... | |