Ignition Rendering

API Reference

5.1.0
Text.hh File Reference
#include <string>
#include <ignition/math/AxisAlignedBox.hh>
#include <ignition/math/Color.hh>
#include "ignition/rendering/config.hh"
#include "ignition/rendering/Geometry.hh"
#include "ignition/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

 ignition
 
 ignition::rendering
 Rendering classes and function useful in robot applications.
 

Enumerations

enum  TextHorizontalAlign { LEFT = 0, CENTER = 1, RIGHT = 2 }
 Text Horizontal alignment. More...
 
enum  TextVerticalAlign { BOTTOM = 0, CENTER = 1, TOP = 2 }
 Text vertical alignment. More...