Type Alias read_fonts::tables::cmap::Cmap
source · pub type Cmap<'a> = TableRef<'a, CmapMarker>;
Expand description
Aliased Type§
struct Cmap<'a> { /* private fields */ }
Implementations§
source§impl<'a> Cmap<'a>
impl<'a> Cmap<'a>
sourcepub fn num_tables(&self) -> u16
pub fn num_tables(&self) -> u16
Number of encoding tables that follow.