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 Vertexfn vertex_type(&self) -> VertexTypeimpl Debug for Verteximpl Clone for Vertexfn clone(&self) -> Vertexfn clone_from(&mut self, source: &Self)impl Copy for Vertex