Class: Aws::QuickSight::Types::FontConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Configures the display properties of the given text.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#font_colorString

Determines the color of the text.

Returns:

  • (String)


16653
16654
16655
16656
16657
16658
16659
16660
16661
16662
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16653

class FontConfiguration < Struct.new(
  :font_size,
  :font_decoration,
  :font_color,
  :font_weight,
  :font_style,
  :font_family)
  SENSITIVE = []
  include Aws::Structure
end

#font_decorationString

Determines the appearance of decorative lines on the text.

Returns:

  • (String)


16653
16654
16655
16656
16657
16658
16659
16660
16661
16662
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16653

class FontConfiguration < Struct.new(
  :font_size,
  :font_decoration,
  :font_color,
  :font_weight,
  :font_style,
  :font_family)
  SENSITIVE = []
  include Aws::Structure
end

#font_familyString

The font family that you want to use.

Returns:

  • (String)


16653
16654
16655
16656
16657
16658
16659
16660
16661
16662
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16653

class FontConfiguration < Struct.new(
  :font_size,
  :font_decoration,
  :font_color,
  :font_weight,
  :font_style,
  :font_family)
  SENSITIVE = []
  include Aws::Structure
end

#font_sizeTypes::FontSize

The option that determines the text display size.

Returns:



16653
16654
16655
16656
16657
16658
16659
16660
16661
16662
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16653

class FontConfiguration < Struct.new(
  :font_size,
  :font_decoration,
  :font_color,
  :font_weight,
  :font_style,
  :font_family)
  SENSITIVE = []
  include Aws::Structure
end

#font_styleString

Determines the text display face that is inherited by the given font family.

Returns:

  • (String)


16653
16654
16655
16656
16657
16658
16659
16660
16661
16662
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16653

class FontConfiguration < Struct.new(
  :font_size,
  :font_decoration,
  :font_color,
  :font_weight,
  :font_style,
  :font_family)
  SENSITIVE = []
  include Aws::Structure
end

#font_weightTypes::FontWeight

The option that determines the text display weight, or boldness.

Returns:



16653
16654
16655
16656
16657
16658
16659
16660
16661
16662
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16653

class FontConfiguration < Struct.new(
  :font_size,
  :font_decoration,
  :font_color,
  :font_weight,
  :font_style,
  :font_family)
  SENSITIVE = []
  include Aws::Structure
end