font-test-data 0.6.1

Test data for the fontations crates
Documentation
//! test data for the GDEF table

#[rustfmt::skip]
pub static GDEF_HEADER: &[u8] = &[
    0x00, 0x01, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x26, 0x00, 0x40, 0x00, 0x5A,
];

#[rustfmt::skip]
pub static GLYPHCLASSDEF_TABLE: &[u8] = &[
    0x00, 0x02, 0x00, 0x04, 0x00, 0x24, 0x00, 0x24, 0x00, 0x01, 0x00, 0x9F,
    0x00, 0x9F, 0x00, 0x02, 0x00, 0x58, 0x00, 0x58, 0x00, 0x03, 0x01, 0x8F,
    0x01, 0x8F, 0x00, 0x04,
];

#[rustfmt::skip]
pub static ATTACHLIST_TABLE: &[u8] = &[
    0x00, 0x12, 0x00, 0x02, 0x00, 0x08, 0x00, 0x0C, 0x00, 0x01, 0x00, 0x12,
    0x00, 0x02, 0x00, 0x0E, 0x00, 0x17, 0x00, 0x01, 0x00, 0x02, 0x00, 0x1C,
    0x00, 0x20,
];

#[rustfmt::skip]
pub static LIGCARETLIST_TABLE: &[u8] = &[
    0x00, 0x08, 0x00, 0x02, 0x00, 0x10, 0x00, 0x14, 0x00, 0x01, 0x00, 0x02,
    0x00, 0x9F, 0x00, 0xA5, 0x00, 0x01, 0x00, 0x0E, 0x00, 0x02, 0x00, 0x06,
    0x00, 0x0E, 0x00, 0x01, 0x02, 0x5B, 0x00, 0x01, 0x02, 0x5B, 0x00, 0x01,
    0x04, 0xB6,
];

#[rustfmt::skip]
pub static CARETVALUEFORMAT3_TABLE: &[u8] = &[
    0x00, 0x03, 0x04, 0xB6, 0x00, 0x06, 0x00, 0x0C, 0x00, 0x11, 0x00, 0x02,
    0x11, 0x11, 0x22, 0x00,
];

#[rustfmt::skip]
pub static MARKATTACHCLASSDEF_TABLE: &[u8] = &[
    0x00, 0x02, 0x00, 0x04, 0x02, 0x68, 0x02, 0x6A, 0x00, 0x01, 0x02, 0x70,
    0x02, 0x72, 0x00, 0x01, 0x02, 0x8C, 0x02, 0x8F, 0x00, 0x02, 0x02, 0x95,
    0x02, 0x95, 0x00, 0x02,
];