Struct aws_sdk_quicksight::model::FontConfiguration
source · #[non_exhaustive]pub struct FontConfiguration { /* private fields */ }
Expand description
Configures the display properties of the given text.
Implementations§
source§impl FontConfiguration
impl FontConfiguration
sourcepub fn font_decoration(&self) -> Option<&FontDecoration>
pub fn font_decoration(&self) -> Option<&FontDecoration>
Determines the appearance of decorative lines on the text.
sourcepub fn font_color(&self) -> Option<&str>
pub fn font_color(&self) -> Option<&str>
Determines the color of the text.
sourcepub fn font_weight(&self) -> Option<&FontWeight>
pub fn font_weight(&self) -> Option<&FontWeight>
The option that determines the text display weight, or boldness.
sourcepub fn font_style(&self) -> Option<&FontStyle>
pub fn font_style(&self) -> Option<&FontStyle>
Determines the text display face that is inherited by the given font family.
source§impl FontConfiguration
impl FontConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FontConfiguration
.
Trait Implementations§
source§impl Clone for FontConfiguration
impl Clone for FontConfiguration
source§fn clone(&self) -> FontConfiguration
fn clone(&self) -> FontConfiguration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FontConfiguration
impl Debug for FontConfiguration
source§impl PartialEq<FontConfiguration> for FontConfiguration
impl PartialEq<FontConfiguration> for FontConfiguration
source§fn eq(&self, other: &FontConfiguration) -> bool
fn eq(&self, other: &FontConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.