libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
|
#include <moOGLFT.h>
Public Member Functions | |
BBox () | |
Default constructor is all zeros. More... | |
BBox (FT_BBox ft_bbox) | |
BBox & | operator*= (double k) |
BBox & | operator+= (const BBox &b) |
Public Attributes | |
float | x_min_ |
The left-most position at which "ink" appears. More... | |
float | y_min_ |
the bottom-most position at which "ink" appears. More... | |
float | x_max_ |
The right-most position at which "ink" appears. More... | |
float | y_max_ |
The top-most position at which "ink" appears. More... | |
Advance | advance_ |
The (total) advancement. More... | |
Describe the metrics of a glyph or string relative to the origin of the first character
|
inline |
|
inline |
|
inline |
float OGLFT::BBox::x_max_ |
float OGLFT::BBox::x_min_ |
float OGLFT::BBox::y_max_ |
float OGLFT::BBox::y_min_ |