#include <LETypes.h>
Data Fields | |
| float | fX |
| The x coordinate of the point. | |
| float | fY |
| The y coordinate of the point. | |
Definition at line 244 of file LETypes.h.
| float LEPoint::fX |
The x coordinate of the point.
Definition at line 251 of file LETypes.h.
Referenced by LEFontInstance::pixelsToUnits(), LEFontInstance::transformFunits(), and LEFontInstance::unitsToPoints().
| float LEPoint::fY |
The y coordinate of the point.
Definition at line 258 of file LETypes.h.
Referenced by LEFontInstance::pixelsToUnits(), LEFontInstance::transformFunits(), and LEFontInstance::unitsToPoints().
1.4.7