struct IndicWouldSubstituteFeature {
lookups: Range<usize>,
zero_context: bool,
}
Fields§
§lookups: Range<usize>
§zero_context: bool
Implementations§
Source§impl IndicWouldSubstituteFeature
impl IndicWouldSubstituteFeature
pub fn new(map: &hb_ot_map_t, feature_tag: hb_tag_t, zero_context: bool) -> Self
pub fn would_substitute( &self, map: &hb_ot_map_t, face: &hb_font_t<'_>, glyphs: &[GlyphId], ) -> bool
Auto Trait Implementations§
impl Freeze for IndicWouldSubstituteFeature
impl RefUnwindSafe for IndicWouldSubstituteFeature
impl Send for IndicWouldSubstituteFeature
impl Sync for IndicWouldSubstituteFeature
impl Unpin for IndicWouldSubstituteFeature
impl UnwindSafe for IndicWouldSubstituteFeature
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more