struct ffw::GLCanvas::TextAlign

Class List > ffw :: GLCanvas :: TextAlign

Public Types

Type Name
typedef uint32_t Flag

Public Static Attributes

Type Name
static const Flag LEFT
static const Flag CENTER
static const Flag RIGHT
static const Flag TOP
static const Flag MIDDLE
static const Flag BOTTOM
static const Flag BASELINE

Public Types Documentation

typedef Flag

typedef uint32_t ffw::GLCanvas::TextAlign::Flag;

Public Static Attributes Documentation

variable LEFT

const Flag ffw::GLCanvas::TextAlign::LEFT;

variable CENTER

const Flag ffw::GLCanvas::TextAlign::CENTER;

variable RIGHT

const Flag ffw::GLCanvas::TextAlign::RIGHT;

variable TOP

const Flag ffw::GLCanvas::TextAlign::TOP;

variable MIDDLE

const Flag ffw::GLCanvas::TextAlign::MIDDLE;

variable BOTTOM

const Flag ffw::GLCanvas::TextAlign::BOTTOM;

variable BASELINE

const Flag ffw::GLCanvas::TextAlign::BASELINE;

The documentation for this class was generated from the following file: include/ffw/graphics/glcanvas.h