pub type Cbdt<'a> = TableRef<'a, CbdtMarker>;
Expand description
The Color Bitmap Data table
Aliased Type§
struct Cbdt<'a> { /* private fields */ }
Implementations§
Source§impl<'a> Cbdt<'a>
impl<'a> Cbdt<'a>
Sourcepub fn major_version(&self) -> u16
pub fn major_version(&self) -> u16
Major version of the CBDT table, = 3.
Sourcepub fn minor_version(&self) -> u16
pub fn minor_version(&self) -> u16
Minor version of CBDT table, = 0.