summaryrefslogtreecommitdiff
path: root/src/label_formats/label_format.rs
blob: 0f33932d24ff03f19c5979f2464fc0d90f34c00e (plain)
1
2
3
4
5
pub struct LabelFormat {
    pub buffer: Vec<u16>,
    pub width: usize,
    pub height: usize,
}