Type Alias nannou::text::Point

source ·
pub type Point = Point2;
Expand description

The point type used when working with text.

Aliased Type§

struct Point(/* private fields */);