[−][src]Enum piet_common::TextAttribute
Attributes that can be applied to text.
Variants
FontFamily(FontFamily)The font family.
FontSize(f64)The font size, in points.
Weight(FontWeight)The FontWeight.
TextColor(Color)The foreground color of the text.
Style(FontStyle)The FontStyle; either regular or italic.
Underline(bool)Underline.
Strikethrough(bool)Strikethrough.
Trait Implementations
impl From<FontFamily> for TextAttribute[src]
pub fn from(t: FontFamily) -> TextAttribute[src]
impl From<FontStyle> for TextAttribute[src]
pub fn from(src: FontStyle) -> TextAttribute[src]
impl From<FontWeight> for TextAttribute[src]
pub fn from(src: FontWeight) -> TextAttribute[src]
Auto Trait Implementations
impl RefUnwindSafe for TextAttribute[src]
impl Send for TextAttribute[src]
impl Sync for TextAttribute[src]
impl Unpin for TextAttribute[src]
impl UnwindSafe for TextAttribute[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> RoundFrom<T> for T[src]
pub fn round_from(x: T) -> T[src]
impl<T, U> RoundInto<U> for T where
U: RoundFrom<T>, [src]
U: RoundFrom<T>,
pub fn round_into(self) -> U[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,