Struct zng_wgt_text::FontFeaturesMix
source · pub struct FontFeaturesMix<P>(/* private fields */);
Expand description
m
Advanced font config, features, kerning, variations and more.
All properties in this mixin affects Text!
nodes inside the widget where they are set.
Implementations§
source§impl FontFeaturesMix<()>
impl FontFeaturesMix<()>
sourcepub fn context_vars_set(set: &mut ContextValueSet)
pub fn context_vars_set(set: &mut ContextValueSet)
Insert context variables used by properties in this mix-in.
source§impl<P: WidgetImpl> FontFeaturesMix<P>
impl<P: WidgetImpl> FontFeaturesMix<P>
sourcepub fn font_variations(&self, variations: impl IntoVar<FontVariations>)
pub fn font_variations(&self, variations: impl IntoVar<FontVariations>)
P
Sets font variations.
Note: This property fully replaces the font variations for the widget and descendants, use with_font_variation
to create a property that sets a variation but retains others from the context.
source§impl<P: WidgetImpl> FontFeaturesMix<P>
impl<P: WidgetImpl> FontFeaturesMix<P>
sourcepub fn font_features(&self, features: impl IntoVar<FontFeatures>)
pub fn font_features(&self, features: impl IntoVar<FontFeatures>)
P
Sets font features.
Note: This property fully replaces the font variations for the widget and descendants, use with_font_variation
to create a property that sets a variation but retains others from the context.
source§impl<P: WidgetImpl> FontFeaturesMix<P>
impl<P: WidgetImpl> FontFeaturesMix<P>
sourcepub fn font_kerning(&self, state: impl IntoVar<FontFeatureState>)
pub fn font_kerning(&self, state: impl IntoVar<FontFeatureState>)
P
Sets the font kerning feature.
source§impl<P: WidgetImpl> FontFeaturesMix<P>
impl<P: WidgetImpl> FontFeaturesMix<P>
sourcepub fn font_common_lig(&self, state: impl IntoVar<FontFeatureState>)
pub fn font_common_lig(&self, state: impl IntoVar<FontFeatureState>)
P
Sets the font common ligatures features.
source§impl<P: WidgetImpl> FontFeaturesMix<P>
impl<P: WidgetImpl> FontFeaturesMix<P>
sourcepub fn font_discretionary_lig(&self, state: impl IntoVar<FontFeatureState>)
pub fn font_discretionary_lig(&self, state: impl IntoVar<FontFeatureState>)
P
Sets the font discretionary ligatures feature.
source§impl<P: WidgetImpl> FontFeaturesMix<P>
impl<P: WidgetImpl> FontFeaturesMix<P>
sourcepub fn font_historical_lig(&self, state: impl IntoVar<FontFeatureState>)
pub fn font_historical_lig(&self, state: impl IntoVar<FontFeatureState>)
P
Sets the font historical ligatures feature.
source§impl<P: WidgetImpl> FontFeaturesMix<P>
impl<P: WidgetImpl> FontFeaturesMix<P>
sourcepub fn font_contextual_alt(&self, state: impl IntoVar<FontFeatureState>)
pub fn font_contextual_alt(&self, state: impl IntoVar<FontFeatureState>)
P
Sets the font contextual alternatives feature.
source§impl<P: WidgetImpl> FontFeaturesMix<P>
impl<P: WidgetImpl> FontFeaturesMix<P>
sourcepub fn font_caps(&self, state: impl IntoVar<CapsVariant>)
pub fn font_caps(&self, state: impl IntoVar<CapsVariant>)
P
Sets the font capital variant features.
source§impl<P: WidgetImpl> FontFeaturesMix<P>
impl<P: WidgetImpl> FontFeaturesMix<P>
sourcepub fn font_numeric(&self, state: impl IntoVar<NumVariant>)
pub fn font_numeric(&self, state: impl IntoVar<NumVariant>)
P
Sets the font numeric variant features.
source§impl<P: WidgetImpl> FontFeaturesMix<P>
impl<P: WidgetImpl> FontFeaturesMix<P>
sourcepub fn font_num_spacing(&self, state: impl IntoVar<NumSpacing>)
pub fn font_num_spacing(&self, state: impl IntoVar<NumSpacing>)
P
Sets the font numeric spacing features.
source§impl<P: WidgetImpl> FontFeaturesMix<P>
impl<P: WidgetImpl> FontFeaturesMix<P>
sourcepub fn font_num_fraction(&self, state: impl IntoVar<NumFraction>)
pub fn font_num_fraction(&self, state: impl IntoVar<NumFraction>)
P
Sets the font numeric fraction features.
source§impl<P: WidgetImpl> FontFeaturesMix<P>
impl<P: WidgetImpl> FontFeaturesMix<P>
sourcepub fn font_swash(&self, state: impl IntoVar<FontFeatureState>)
pub fn font_swash(&self, state: impl IntoVar<FontFeatureState>)
P
Sets the font swash features.
source§impl<P: WidgetImpl> FontFeaturesMix<P>
impl<P: WidgetImpl> FontFeaturesMix<P>
sourcepub fn font_stylistic(&self, state: impl IntoVar<FontFeatureState>)
pub fn font_stylistic(&self, state: impl IntoVar<FontFeatureState>)
P
Sets the font stylistic alternative feature.
source§impl<P: WidgetImpl> FontFeaturesMix<P>
impl<P: WidgetImpl> FontFeaturesMix<P>
sourcepub fn font_historical_forms(&self, state: impl IntoVar<FontFeatureState>)
pub fn font_historical_forms(&self, state: impl IntoVar<FontFeatureState>)
P
Sets the font historical forms alternative feature.
source§impl<P: WidgetImpl> FontFeaturesMix<P>
impl<P: WidgetImpl> FontFeaturesMix<P>
sourcepub fn font_ornaments(&self, state: impl IntoVar<FontFeatureState>)
pub fn font_ornaments(&self, state: impl IntoVar<FontFeatureState>)
P
Sets the font ornaments alternative feature.
source§impl<P: WidgetImpl> FontFeaturesMix<P>
impl<P: WidgetImpl> FontFeaturesMix<P>
sourcepub fn font_annotation(&self, state: impl IntoVar<FontFeatureState>)
pub fn font_annotation(&self, state: impl IntoVar<FontFeatureState>)
P
Sets the font annotation alternative feature.
source§impl<P: WidgetImpl> FontFeaturesMix<P>
impl<P: WidgetImpl> FontFeaturesMix<P>
sourcepub fn font_style_set(&self, state: impl IntoVar<FontStyleSet>)
pub fn font_style_set(&self, state: impl IntoVar<FontStyleSet>)
P
Sets the font stylistic set alternative feature.
source§impl<P: WidgetImpl> FontFeaturesMix<P>
impl<P: WidgetImpl> FontFeaturesMix<P>
sourcepub fn font_char_variant(&self, state: impl IntoVar<CharVariant>)
pub fn font_char_variant(&self, state: impl IntoVar<CharVariant>)
P
Sets the font character variant alternative feature.
source§impl<P: WidgetImpl> FontFeaturesMix<P>
impl<P: WidgetImpl> FontFeaturesMix<P>
sourcepub fn font_position(&self, state: impl IntoVar<FontPosition>)
pub fn font_position(&self, state: impl IntoVar<FontPosition>)
P
Sets the font sub/super script position alternative feature.
source§impl<P: WidgetImpl> FontFeaturesMix<P>
impl<P: WidgetImpl> FontFeaturesMix<P>
sourcepub fn font_jp_variant(&self, state: impl IntoVar<JpVariant>)
pub fn font_jp_variant(&self, state: impl IntoVar<JpVariant>)
P
Sets the Japanese logographic set.
source§impl<P: WidgetImpl> FontFeaturesMix<P>
impl<P: WidgetImpl> FontFeaturesMix<P>
sourcepub fn font_cn_variant(&self, state: impl IntoVar<CnVariant>)
pub fn font_cn_variant(&self, state: impl IntoVar<CnVariant>)
P
Sets the Chinese logographic set.
source§impl<P: WidgetImpl> FontFeaturesMix<P>
impl<P: WidgetImpl> FontFeaturesMix<P>
sourcepub fn font_ea_width(&self, state: impl IntoVar<EastAsianWidth>)
pub fn font_ea_width(&self, state: impl IntoVar<EastAsianWidth>)
P
Sets the East Asian figure width.
Trait Implementations§
source§impl<P> Deref for FontFeaturesMix<P>
impl<P> Deref for FontFeaturesMix<P>
Auto Trait Implementations§
impl<P> Freeze for FontFeaturesMix<P>where
P: Freeze,
impl<P> RefUnwindSafe for FontFeaturesMix<P>where
P: RefUnwindSafe,
impl<P> Send for FontFeaturesMix<P>where
P: Send,
impl<P> Sync for FontFeaturesMix<P>where
P: Sync,
impl<P> Unpin for FontFeaturesMix<P>where
P: Unpin,
impl<P> UnwindSafe for FontFeaturesMix<P>where
P: UnwindSafe,
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more