pub type GlyphPatches<'a> = TableRef<'a, GlyphPatchesMarker>;
Expand description
Aliased Type§
struct GlyphPatches<'a> { /* private fields */ }
Implementations§
Source§impl<'a> GlyphPatches<'a>
impl<'a> GlyphPatches<'a>
Source§impl<'a> GlyphPatches<'a>
impl<'a> GlyphPatches<'a>
pub fn glyph_count(&self) -> u32
pub fn table_count(&self) -> u8
pub fn glyph_ids(&self) -> ComputedArray<'a, U16Or24>
pub fn tables(&self) -> &'a [BigEndian<Tag>]
pub fn glyph_data_offsets(&self) -> &'a [BigEndian<Offset32>]
Sourcepub fn glyph_data(&self) -> ArrayOfOffsets<'a, GlyphData<'a>, Offset32>
pub fn glyph_data(&self) -> ArrayOfOffsets<'a, GlyphData<'a>, Offset32>
A dynamically resolving wrapper for glyph_data_offsets
.
Trait Implementations§
Source§impl<'a> FontReadWithArgs<'a> for GlyphPatches<'a>
impl<'a> FontReadWithArgs<'a> for GlyphPatches<'a>
Source§fn read_with_args(
data: FontData<'a>,
args: &GlyphKeyedFlags,
) -> Result<Self, ReadError>
fn read_with_args( data: FontData<'a>, args: &GlyphKeyedFlags, ) -> Result<Self, ReadError>
read an item, using the provided args. Read more