Type Alias read_fonts::tables::gdef::AttachPoint
source · pub type AttachPoint<'a> = TableRef<'a, AttachPointMarker>;
Expand description
Part of AttachList
Aliased Type§
struct AttachPoint<'a> { /* private fields */ }
Implementations§
source§impl<'a> AttachPoint<'a>
impl<'a> AttachPoint<'a>
sourcepub fn point_count(&self) -> u16
pub fn point_count(&self) -> u16
Number of attachment points on this glyph
sourcepub fn point_indices(&self) -> &'a [BigEndian<u16>]
pub fn point_indices(&self) -> &'a [BigEndian<u16>]
Array of contour point indices -in increasing numerical order