Type Alias read_fonts::tables::postscript::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> Debug for FdSelectFormat0<'a>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
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
source§

impl<'a> SomeTable<'a> for FdSelectFormat0<'a>

source§

fn type_name(&self) -> &str

The name of this table
source§

fn get_field(&self, idx: usize) -> Option<Field<'a>>

Access this table’s fields, in declaration order.