The PointFx Class of the com.ms.awt package defines the x and y-coordinates of a point on the outline of a TrueType® character.
public class PointFx { // Fields public float x; public float y; // Constructors public PointFx(float newX, float newY); public PointFx(); }