read_fonts::tables::ebdt

Type Alias Ebdt

Source
pub type Ebdt<'a> = TableRef<'a, EbdtMarker>;
Expand description

Aliased Type§

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

Implementations§

Source§

impl<'a> Ebdt<'a>

Source

pub fn major_version(&self) -> u16

Major version of the EBDT table, = 2.

Source

pub fn minor_version(&self) -> u16

Minor version of EBDT table, = 0.

Source§

impl<'a> Ebdt<'a>

Source

pub fn data( &self, location: &BitmapLocation, ) -> Result<BitmapData<'a>, ReadError>

Trait Implementations§

Source§

impl<'a> FontRead<'a> for Ebdt<'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 Ebdt<'_>

Source§

const TAG: Tag = _

EBDT