pub type BaseGlyphList<'a> = TableRef<'a, BaseGlyphListMarker>;Expand description
BaseGlyphList table
Aliased Type§
pub struct BaseGlyphList<'a> {
pub(crate) shape: BaseGlyphListMarker,
pub(crate) data: FontData<'a>,
}Fields§
§shape: BaseGlyphListMarker§data: FontData<'a>Implementations§
Source§impl<'a> BaseGlyphList<'a>
impl<'a> BaseGlyphList<'a>
pub fn num_base_glyph_paint_records(&self) -> u32
pub fn base_glyph_paint_records(&self) -> &'a [BaseGlyphPaint]
Trait Implementations§
Source§impl<'a> Debug for BaseGlyphList<'a>
Available on crate feature experimental_traverse only.
impl<'a> Debug for BaseGlyphList<'a>
Available on crate feature
experimental_traverse only.