Struct stb_truetype::Vertex
[−]
[src]
pub struct Vertex { pub x: i16, pub y: i16, pub cx: i16, pub cy: i16, // some fields omitted }
Fields
x | |
y | |
cx | |
cy |
pub struct Vertex { pub x: i16, pub y: i16, pub cx: i16, pub cy: i16, // some fields omitted }
x | |
y | |
cx | |
cy |
impl Vertex
fn vertex_type(&self) -> VertexType
impl Debug for Vertex
impl Clone for Vertex
fn clone(&self) -> Vertex
fn clone_from(&mut self, source: &Self)
impl Copy for Vertex