Struct onyx::text::Text [] [src]

pub struct Text {
    pub bytes: Vec<u8>,
    pub size: (u32, u32),
}

Fields

Methods

impl Text
[src]