read_fonts::tables::postscript

Type Alias FdSelectFormat0

Source
pub type FdSelectFormat0<'a> = TableRef<'a, FdSelectFormat0Marker>;
Expand description

FdSelect format 0.

Aliased Type§

struct FdSelectFormat0<'a> { /* private fields */ }

Implementations§

Source§

impl<'a> FdSelectFormat0<'a>

Source

pub fn format(&self) -> u8

Format = 0.

Source

pub fn fds(&self) -> &'a [u8]

FD selector array (one entry for each glyph).

Trait Implementations§

Source§

impl<'a> FontRead<'a> for FdSelectFormat0<'a>

Source§

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

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