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 |
Synopsis
- data FontSize = FontSize' {}
- newFontSize :: FontSize
- fontSize_relative :: Lens' FontSize (Maybe RelativeFontSize)
Documentation
The option that determines the text display size.
See: newFontSize
smart constructor.
FontSize' | |
|
Instances
FromJSON FontSize Source # | |
ToJSON FontSize Source # | |
Defined in Amazonka.QuickSight.Types.FontSize | |
Generic FontSize Source # | |
Read FontSize Source # | |
Show FontSize Source # | |
NFData FontSize Source # | |
Defined in Amazonka.QuickSight.Types.FontSize | |
Eq FontSize Source # | |
Hashable FontSize Source # | |
Defined in Amazonka.QuickSight.Types.FontSize | |
type Rep FontSize Source # | |
Defined in Amazonka.QuickSight.Types.FontSize type Rep FontSize = D1 ('MetaData "FontSize" "Amazonka.QuickSight.Types.FontSize" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FontSize'" 'PrefixI 'True) (S1 ('MetaSel ('Just "relative") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RelativeFontSize)))) |
newFontSize :: FontSize Source #
Create a value of FontSize
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:relative:FontSize'
, fontSize_relative
- The lexical name for the text size, proportional to its surrounding
context.
fontSize_relative :: Lens' FontSize (Maybe RelativeFontSize) Source #
The lexical name for the text size, proportional to its surrounding context.