pub type FontData = Arc<dyn AsRef<[u8]> + Send + Sync>;
A container for the bytes of a PDF file.
pub struct FontData { /* private fields */ }