Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.QuickSight.Types.FontWeight
Description
Synopsis
- data FontWeight = FontWeight' {}
- newFontWeight :: FontWeight
- fontWeight_name :: Lens' FontWeight (Maybe FontWeightName)
Documentation
data FontWeight Source #
The option that determines the text display weight, or boldness.
See: newFontWeight
smart constructor.
Constructors
FontWeight' | |
Fields
|
Instances
newFontWeight :: FontWeight Source #
Create a value of FontWeight
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:name:FontWeight'
, fontWeight_name
- The lexical name for the level of boldness of the text display.
fontWeight_name :: Lens' FontWeight (Maybe FontWeightName) Source #
The lexical name for the level of boldness of the text display.