Type Alias FontData

Source
pub type FontData = Arc<dyn AsRef<[u8]> + Send + Sync>;
Expand description

A container for the bytes of a PDF file.

Aliased Typeยง

pub struct FontData { /* private fields */ }