font-test-data 0.6.2

Test data for the fontations crates
Documentation
1
2
3
4
5
6
7
//! Type1 font test data.

pub static NOTO_SERIF_REGULAR_SUBSET_PFA: &[u8] =
    include_bytes!("../test_data/type1/notoserif-regular.subset.pfa");

pub static NOTO_SERIF_REGULAR_SUBSET_PFB: &[u8] =
    include_bytes!("../test_data/type1/notoserif-regular.subset.pfb");