Type Definition ab_glyph::Point[][src]

type Point = Point;

An (x, y) coordinate. Point { x: f32, y: f32 }