Type Definition webgl2_glyph::glyph_brush::ab_glyph::Point[]

pub type Point = Point;
Expand description

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