| 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.Typography
Description
Synopsis
- data Typography = Typography' {
- fontFamilies :: Maybe [Font]
- newTypography :: Typography
- typography_fontFamilies :: Lens' Typography (Maybe [Font])
Documentation
data Typography Source #
Determines the typography options.
See: newTypography smart constructor.
Constructors
| Typography' | |
Fields
| |
Instances
newTypography :: Typography Source #
Create a value of Typography 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:fontFamilies:Typography', typography_fontFamilies - Determines the list of font families.
typography_fontFamilies :: Lens' Typography (Maybe [Font]) Source #
Determines the list of font families.