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 | |
Advance (float dx=0, float dy=0) | |
Default constructor. An otherwise uninitialized Advance contains zeros. More... | |
Advance (FT_Vector v) | |
Initialize an advance from a FreeType advance member. More... | |
Advance & | operator+= (const FT_Vector v) |
Public Attributes | |
float | dx_ |
Advance increment in the X direction. More... | |
float | dy_ |
Advance increment in the Y direction. More... | |
Advance describes the "advance" of a glyph, namely the distance in model space at which the NEXT glyph should be drawn. This class exists to assist the computation of string metrics.
|
inline |
|
inline |
|
inline |
float OGLFT::Advance::dx_ |
float OGLFT::Advance::dy_ |