Type Alias read_fonts::tables::eblc::Eblc
source · pub type Eblc<'a> = TableRef<'a, EblcMarker>;
Expand description
The Embedded Bitmap Location table
Aliased Type§
struct Eblc<'a> { /* private fields */ }
Implementations§
source§impl<'a> Eblc<'a>
impl<'a> Eblc<'a>
sourcepub fn major_version(&self) -> u16
pub fn major_version(&self) -> u16
Major version of the EBLC table, = 2.
sourcepub fn minor_version(&self) -> u16
pub fn minor_version(&self) -> u16
Minor version of EBLC table, = 0.
sourcepub fn bitmap_sizes(&self) -> &'a [BitmapSize]
pub fn bitmap_sizes(&self) -> &'a [BitmapSize]
BitmapSize records array.