Type Alias Dsig

Source
pub type Dsig<'a> = TableRef<'a, DsigMarker>;
Expand description

Aliased Type§

pub struct Dsig<'a> { /* private fields */ }

Implementations§

Source§

impl<'a> Dsig<'a>

Source

pub fn version(&self) -> u32

Version number of the DSIG table (0x00000001)

Source

pub fn num_signatures(&self) -> u16

Number of signatures in the table

Source

pub fn flags(&self) -> PermissionFlags

Permission flags

Source

pub fn signature_records(&self) -> &'a [SignatureRecord]

Array of signature records

Trait Implementations§

Source§

impl<'a> FontRead<'a> for Dsig<'a>

Source§

fn read(data: FontData<'a>) -> Result<Self, ReadError>

Read an instance of Self from the provided data, performing validation. Read more
Source§

impl TopLevelTable for Dsig<'_>

Source§

const TAG: Tag

DSIG