#include <OGLFT.h>
Public Methods | |
| Advance (float dx=0, float dy=0) | |
| Default constructor. An otherwise uninitialized Advance contains zeros. | |
| Advance (FT_Vector v) | |
| Initialize an advance from a FreeType advance member. | |
| Advance & | operator+= (const FT_Vector v) |
Public Attributes | |
| float | dx_ |
| Advance increment in the X direction. | |
| float | dy_ |
| Advance increment in the Y direction. | |
|
|
Increment Advance with a FreeType advance member.
|
1.2.18