pub struct Constants<'a> { /* private fields */ }
Expand description
Implementations§
Source§impl<'a> Constants<'a>
impl<'a> Constants<'a>
Sourcepub fn script_percent_scale_down(&self) -> i16
pub fn script_percent_scale_down(&self) -> i16
Percentage of scaling down for level 1 superscripts and subscripts.
Sourcepub fn script_script_percent_scale_down(&self) -> i16
pub fn script_script_percent_scale_down(&self) -> i16
Percentage of scaling down for level 2 (scriptScript) superscripts and subscripts.
Sourcepub fn delimited_sub_formula_min_height(&self) -> u16
pub fn delimited_sub_formula_min_height(&self) -> u16
Minimum height required for a delimited expression (contained within parentheses, etc.) to be treated as a sub-formula.
Sourcepub fn display_operator_min_height(&self) -> u16
pub fn display_operator_min_height(&self) -> u16
Minimum height of n-ary operators (such as integral and summation) for formulas in display mode (that is, appearing as standalone page elements, not embedded inline within text).
Sourcepub fn math_leading(&self) -> MathValue<'a>
pub fn math_leading(&self) -> MathValue<'a>
White space to be left between math formulas to ensure proper line spacing.
Sourcepub fn axis_height(&self) -> MathValue<'a>
pub fn axis_height(&self) -> MathValue<'a>
Axis height of the font.
Sourcepub fn accent_base_height(&self) -> MathValue<'a>
pub fn accent_base_height(&self) -> MathValue<'a>
Maximum (ink) height of accent base that does not require raising the accents.
Sourcepub fn flattened_accent_base_height(&self) -> MathValue<'a>
pub fn flattened_accent_base_height(&self) -> MathValue<'a>
Maximum (ink) height of accent base that does not require flattening the accents.
Sourcepub fn subscript_shift_down(&self) -> MathValue<'a>
pub fn subscript_shift_down(&self) -> MathValue<'a>
The standard shift down applied to subscript elements.
Sourcepub fn subscript_top_max(&self) -> MathValue<'a>
pub fn subscript_top_max(&self) -> MathValue<'a>
Maximum allowed height of the (ink) top of subscripts that does not require moving subscripts further down.
Sourcepub fn subscript_baseline_drop_min(&self) -> MathValue<'a>
pub fn subscript_baseline_drop_min(&self) -> MathValue<'a>
Minimum allowed drop of the baseline of subscripts relative to the (ink) bottom of the base.
Sourcepub fn superscript_shift_up(&self) -> MathValue<'a>
pub fn superscript_shift_up(&self) -> MathValue<'a>
Standard shift up applied to superscript elements.
Sourcepub fn superscript_shift_up_cramped(&self) -> MathValue<'a>
pub fn superscript_shift_up_cramped(&self) -> MathValue<'a>
Standard shift of superscripts relative to the base, in cramped style.
Sourcepub fn superscript_bottom_min(&self) -> MathValue<'a>
pub fn superscript_bottom_min(&self) -> MathValue<'a>
Minimum allowed height of the (ink) bottom of superscripts that does not require moving subscripts further up.
Sourcepub fn superscript_baseline_drop_max(&self) -> MathValue<'a>
pub fn superscript_baseline_drop_max(&self) -> MathValue<'a>
Maximum allowed drop of the baseline of superscripts relative to the (ink) top of the base.
Sourcepub fn sub_superscript_gap_min(&self) -> MathValue<'a>
pub fn sub_superscript_gap_min(&self) -> MathValue<'a>
Minimum gap between the superscript and subscript ink.
Sourcepub fn superscript_bottom_max_with_subscript(&self) -> MathValue<'a>
pub fn superscript_bottom_max_with_subscript(&self) -> MathValue<'a>
The maximum level to which the (ink) bottom of superscript can be pushed to increase the gap between superscript and subscript, before subscript starts being moved down.
Sourcepub fn space_after_script(&self) -> MathValue<'a>
pub fn space_after_script(&self) -> MathValue<'a>
Extra white space to be added after each subscript and superscript.
Sourcepub fn upper_limit_gap_min(&self) -> MathValue<'a>
pub fn upper_limit_gap_min(&self) -> MathValue<'a>
Minimum gap between the (ink) bottom of the upper limit, and the (ink) top of the base operator.
Sourcepub fn upper_limit_baseline_rise_min(&self) -> MathValue<'a>
pub fn upper_limit_baseline_rise_min(&self) -> MathValue<'a>
Minimum distance between baseline of upper limit and (ink) top of the base operator.
Sourcepub fn lower_limit_gap_min(&self) -> MathValue<'a>
pub fn lower_limit_gap_min(&self) -> MathValue<'a>
Minimum gap between (ink) top of the lower limit, and (ink) bottom of the base operator.
Sourcepub fn lower_limit_baseline_drop_min(&self) -> MathValue<'a>
pub fn lower_limit_baseline_drop_min(&self) -> MathValue<'a>
Minimum distance between baseline of the lower limit and (ink) bottom of the base operator.
Sourcepub fn stack_top_shift_up(&self) -> MathValue<'a>
pub fn stack_top_shift_up(&self) -> MathValue<'a>
Standard shift up applied to the top element of a stack.
Sourcepub fn stack_top_display_style_shift_up(&self) -> MathValue<'a>
pub fn stack_top_display_style_shift_up(&self) -> MathValue<'a>
Standard shift up applied to the top element of a stack in display style.
Sourcepub fn stack_bottom_shift_down(&self) -> MathValue<'a>
pub fn stack_bottom_shift_down(&self) -> MathValue<'a>
Standard shift down applied to the bottom element of a stack.
Sourcepub fn stack_bottom_display_style_shift_down(&self) -> MathValue<'a>
pub fn stack_bottom_display_style_shift_down(&self) -> MathValue<'a>
Standard shift down applied to the bottom element of a stack in display style.
Sourcepub fn stack_gap_min(&self) -> MathValue<'a>
pub fn stack_gap_min(&self) -> MathValue<'a>
Minimum gap between (ink) bottom of the top element of a stack, and the (ink) top of the bottom element.
Sourcepub fn stack_display_style_gap_min(&self) -> MathValue<'a>
pub fn stack_display_style_gap_min(&self) -> MathValue<'a>
Minimum gap between (ink) bottom of the top element of a stack, and the (ink) top of the bottom element in display style.
Sourcepub fn stretch_stack_top_shift_up(&self) -> MathValue<'a>
pub fn stretch_stack_top_shift_up(&self) -> MathValue<'a>
Standard shift up applied to the top element of the stretch stack.
Sourcepub fn stretch_stack_bottom_shift_down(&self) -> MathValue<'a>
pub fn stretch_stack_bottom_shift_down(&self) -> MathValue<'a>
Standard shift down applied to the bottom element of the stretch stack.
Sourcepub fn stretch_stack_gap_above_min(&self) -> MathValue<'a>
pub fn stretch_stack_gap_above_min(&self) -> MathValue<'a>
Minimum gap between the ink of the stretched element, and the (ink) bottom of the element above.
Sourcepub fn stretch_stack_gap_below_min(&self) -> MathValue<'a>
pub fn stretch_stack_gap_below_min(&self) -> MathValue<'a>
Minimum gap between the ink of the stretched element, and the (ink) top of the element below.
Sourcepub fn fraction_numerator_shift_up(&self) -> MathValue<'a>
pub fn fraction_numerator_shift_up(&self) -> MathValue<'a>
Standard shift up applied to the numerator.
Sourcepub fn fraction_numerator_display_style_shift_up(&self) -> MathValue<'a>
pub fn fraction_numerator_display_style_shift_up(&self) -> MathValue<'a>
Standard shift up applied to the numerator in display style.
Sourcepub fn fraction_denominator_shift_down(&self) -> MathValue<'a>
pub fn fraction_denominator_shift_down(&self) -> MathValue<'a>
Standard shift down applied to the denominator.
Sourcepub fn fraction_denominator_display_style_shift_down(&self) -> MathValue<'a>
pub fn fraction_denominator_display_style_shift_down(&self) -> MathValue<'a>
Standard shift down applied to the denominator in display style.
Sourcepub fn fraction_numerator_gap_min(&self) -> MathValue<'a>
pub fn fraction_numerator_gap_min(&self) -> MathValue<'a>
Minimum tolerated gap between the (ink) bottom of the numerator and the ink of the fraction bar.
Sourcepub fn fraction_num_display_style_gap_min(&self) -> MathValue<'a>
pub fn fraction_num_display_style_gap_min(&self) -> MathValue<'a>
Minimum tolerated gap between the (ink) bottom of the numerator and the ink of the fraction bar in display style.
Sourcepub fn fraction_rule_thickness(&self) -> MathValue<'a>
pub fn fraction_rule_thickness(&self) -> MathValue<'a>
Thickness of the fraction bar.
Sourcepub fn fraction_denominator_gap_min(&self) -> MathValue<'a>
pub fn fraction_denominator_gap_min(&self) -> MathValue<'a>
Minimum tolerated gap between the (ink) top of the denominator and the ink of the fraction bar.
Sourcepub fn fraction_denom_display_style_gap_min(&self) -> MathValue<'a>
pub fn fraction_denom_display_style_gap_min(&self) -> MathValue<'a>
Minimum tolerated gap between the (ink) top of the denominator and the ink of the fraction bar in display style.
Sourcepub fn skewed_fraction_horizontal_gap(&self) -> MathValue<'a>
pub fn skewed_fraction_horizontal_gap(&self) -> MathValue<'a>
Horizontal distance between the top and bottom elements of a skewed fraction.
Sourcepub fn skewed_fraction_vertical_gap(&self) -> MathValue<'a>
pub fn skewed_fraction_vertical_gap(&self) -> MathValue<'a>
Vertical distance between the ink of the top and bottom elements of a skewed fraction.
Sourcepub fn overbar_vertical_gap(&self) -> MathValue<'a>
pub fn overbar_vertical_gap(&self) -> MathValue<'a>
Distance between the overbar and the (ink) top of he base.
Sourcepub fn overbar_rule_thickness(&self) -> MathValue<'a>
pub fn overbar_rule_thickness(&self) -> MathValue<'a>
Thickness of overbar.
Sourcepub fn overbar_extra_ascender(&self) -> MathValue<'a>
pub fn overbar_extra_ascender(&self) -> MathValue<'a>
Extra white space reserved above the overbar.
Sourcepub fn underbar_vertical_gap(&self) -> MathValue<'a>
pub fn underbar_vertical_gap(&self) -> MathValue<'a>
Distance between underbar and (ink) bottom of the base.
Sourcepub fn underbar_rule_thickness(&self) -> MathValue<'a>
pub fn underbar_rule_thickness(&self) -> MathValue<'a>
Thickness of underbar.
Sourcepub fn underbar_extra_descender(&self) -> MathValue<'a>
pub fn underbar_extra_descender(&self) -> MathValue<'a>
Extra white space reserved below the underbar.
Sourcepub fn radical_vertical_gap(&self) -> MathValue<'a>
pub fn radical_vertical_gap(&self) -> MathValue<'a>
Space between the (ink) top of the expression and the bar over it.
Sourcepub fn radical_display_style_vertical_gap(&self) -> MathValue<'a>
pub fn radical_display_style_vertical_gap(&self) -> MathValue<'a>
Space between the (ink) top of the expression and the bar over it.
Sourcepub fn radical_rule_thickness(&self) -> MathValue<'a>
pub fn radical_rule_thickness(&self) -> MathValue<'a>
Thickness of the radical rule.
Sourcepub fn radical_extra_ascender(&self) -> MathValue<'a>
pub fn radical_extra_ascender(&self) -> MathValue<'a>
Extra white space reserved above the radical.
Sourcepub fn radical_kern_before_degree(&self) -> MathValue<'a>
pub fn radical_kern_before_degree(&self) -> MathValue<'a>
Extra horizontal kern before the degree of a radical, if such is present.
Sourcepub fn radical_kern_after_degree(&self) -> MathValue<'a>
pub fn radical_kern_after_degree(&self) -> MathValue<'a>
Negative kern after the degree of a radical, if such is present.
Sourcepub fn radical_degree_bottom_raise_percent(&self) -> i16
pub fn radical_degree_bottom_raise_percent(&self) -> i16
Height of the bottom of the radical degree, if such is present, in proportion to the ascender of the radical sign.
Trait Implementations§
impl<'a> Copy for Constants<'a>
Auto Trait Implementations§
impl<'a> Freeze for Constants<'a>
impl<'a> RefUnwindSafe for Constants<'a>
impl<'a> Send for Constants<'a>
impl<'a> Sync for Constants<'a>
impl<'a> Unpin for Constants<'a>
impl<'a> UnwindSafe for Constants<'a>
Blanket Implementations§
Source§impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for Swhere
T: Real + Zero + Arithmetics + Clone,
Swp: WhitePoint<T>,
Dwp: WhitePoint<T>,
D: AdaptFrom<S, Swp, Dwp, T>,
impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for Swhere
T: Real + Zero + Arithmetics + Clone,
Swp: WhitePoint<T>,
Dwp: WhitePoint<T>,
D: AdaptFrom<S, Swp, Dwp, T>,
Source§fn adapt_into_using<M>(self, method: M) -> Dwhere
M: TransformMatrix<T>,
fn adapt_into_using<M>(self, method: M) -> Dwhere
M: TransformMatrix<T>,
Source§fn adapt_into(self) -> D
fn adapt_into(self) -> D
Source§impl<T, Res> Apply<Res> for Twhere
T: ?Sized,
impl<T, Res> Apply<Res> for Twhere
T: ?Sized,
Source§impl<T, C> ArraysFrom<C> for Twhere
C: IntoArrays<T>,
impl<T, C> ArraysFrom<C> for Twhere
C: IntoArrays<T>,
Source§fn arrays_from(colors: C) -> T
fn arrays_from(colors: C) -> T
Source§impl<T, C> ArraysInto<C> for Twhere
C: FromArrays<T>,
impl<T, C> ArraysInto<C> for Twhere
C: FromArrays<T>,
Source§fn arrays_into(self) -> C
fn arrays_into(self) -> C
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
Source§impl<WpParam, T, U> Cam16IntoUnclamped<WpParam, T> for Uwhere
T: FromCam16Unclamped<WpParam, U>,
impl<WpParam, T, U> Cam16IntoUnclamped<WpParam, T> for Uwhere
T: FromCam16Unclamped<WpParam, U>,
Source§type Scalar = <T as FromCam16Unclamped<WpParam, U>>::Scalar
type Scalar = <T as FromCam16Unclamped<WpParam, U>>::Scalar
parameters
when converting.Source§fn cam16_into_unclamped(
self,
parameters: BakedParameters<WpParam, <U as Cam16IntoUnclamped<WpParam, T>>::Scalar>,
) -> T
fn cam16_into_unclamped( self, parameters: BakedParameters<WpParam, <U as Cam16IntoUnclamped<WpParam, T>>::Scalar>, ) -> T
self
into C
, using the provided parameters.Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T, C> ComponentsFrom<C> for Twhere
C: IntoComponents<T>,
impl<T, C> ComponentsFrom<C> for Twhere
C: IntoComponents<T>,
Source§fn components_from(colors: C) -> T
fn components_from(colors: C) -> T
Source§impl<T> Downcast for Twhere
T: Any,
impl<T> Downcast for Twhere
T: Any,
Source§fn into_any(self: Box<T>) -> Box<dyn Any>
fn into_any(self: Box<T>) -> Box<dyn Any>
Box<dyn Trait>
(where Trait: Downcast
) to Box<dyn Any>
. Box<dyn Any>
can
then be further downcast
into Box<ConcreteType>
where ConcreteType
implements Trait
.Source§fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
Rc<Trait>
(where Trait: Downcast
) to Rc<Any>
. Rc<Any>
can then be
further downcast
into Rc<ConcreteType>
where ConcreteType
implements Trait
.Source§fn as_any(&self) -> &(dyn Any + 'static)
fn as_any(&self) -> &(dyn Any + 'static)
&Trait
(where Trait: Downcast
) to &Any
. This is needed since Rust cannot
generate &Any
’s vtable from &Trait
’s.Source§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
&mut Trait
(where Trait: Downcast
) to &Any
. This is needed since Rust cannot
generate &mut Any
’s vtable from &mut Trait
’s.Source§impl<T> DowncastSync for T
impl<T> DowncastSync for T
Source§impl<T> FromAngle<T> for T
impl<T> FromAngle<T> for T
Source§fn from_angle(angle: T) -> T
fn from_angle(angle: T) -> T
angle
.Source§impl<T, U> FromStimulus<U> for Twhere
U: IntoStimulus<T>,
impl<T, U> FromStimulus<U> for Twhere
U: IntoStimulus<T>,
Source§fn from_stimulus(other: U) -> T
fn from_stimulus(other: U) -> T
other
into Self
, while performing the appropriate scaling,
rounding and clamping.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§fn in_current_span(self) -> Instrumented<Self> ⓘ
fn in_current_span(self) -> Instrumented<Self> ⓘ
Source§impl<T, U> IntoAngle<U> for Twhere
U: FromAngle<T>,
impl<T, U> IntoAngle<U> for Twhere
U: FromAngle<T>,
Source§fn into_angle(self) -> U
fn into_angle(self) -> U
T
.Source§impl<WpParam, T, U> IntoCam16Unclamped<WpParam, T> for Uwhere
T: Cam16FromUnclamped<WpParam, U>,
impl<WpParam, T, U> IntoCam16Unclamped<WpParam, T> for Uwhere
T: Cam16FromUnclamped<WpParam, U>,
Source§type Scalar = <T as Cam16FromUnclamped<WpParam, U>>::Scalar
type Scalar = <T as Cam16FromUnclamped<WpParam, U>>::Scalar
parameters
when converting.Source§fn into_cam16_unclamped(
self,
parameters: BakedParameters<WpParam, <U as IntoCam16Unclamped<WpParam, T>>::Scalar>,
) -> T
fn into_cam16_unclamped( self, parameters: BakedParameters<WpParam, <U as IntoCam16Unclamped<WpParam, T>>::Scalar>, ) -> T
self
into C
, using the provided parameters.Source§impl<T, U> IntoColor<U> for Twhere
U: FromColor<T>,
impl<T, U> IntoColor<U> for Twhere
U: FromColor<T>,
Source§fn into_color(self) -> U
fn into_color(self) -> U
Source§impl<T, U> IntoColorUnclamped<U> for Twhere
U: FromColorUnclamped<T>,
impl<T, U> IntoColorUnclamped<U> for Twhere
U: FromColorUnclamped<T>,
Source§fn into_color_unclamped(self) -> U
fn into_color_unclamped(self) -> U
Source§impl<T> IntoStimulus<T> for T
impl<T> IntoStimulus<T> for T
Source§fn into_stimulus(self) -> T
fn into_stimulus(self) -> T
self
into T
, while performing the appropriate scaling,
rounding and clamping.Source§impl<T, C> TryComponentsInto<C> for Twhere
C: TryFromComponents<T>,
impl<T, C> TryComponentsInto<C> for Twhere
C: TryFromComponents<T>,
Source§type Error = <C as TryFromComponents<T>>::Error
type Error = <C as TryFromComponents<T>>::Error
try_into_colors
fails to cast.Source§fn try_components_into(self) -> Result<C, <T as TryComponentsInto<C>>::Error>
fn try_components_into(self) -> Result<C, <T as TryComponentsInto<C>>::Error>
Source§impl<T, U> TryIntoColor<U> for Twhere
U: TryFromColor<T>,
impl<T, U> TryIntoColor<U> for Twhere
U: TryFromColor<T>,
Source§fn try_into_color(self) -> Result<U, OutOfBounds<U>>
fn try_into_color(self) -> Result<U, OutOfBounds<U>>
OutOfBounds
error is returned which contains
the unclamped color. Read more