tshin

Results 1 issues of tshin

Reading opentype fonts(.otf) or truetype collection files (.ttc) causes panic! ``` let mut font_reader = std::io::Cursor::new(include_bytes!("../assets/fonts/Cantarell-Bold.otf").as_ref()); let font = doc.add_external_font(&mut font_reader).unwrap(); ``` The second line caused panic, and retrun Rusttype(IllFormed)....