logo
pub trait SfntVersion {
    fn sfnt_version(&self) -> u32;
}

Required Methods

Implementations on Foreign Types

Implementors