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