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_color ⇒ String

Determines the color of the text.

Returns:

  • (String)


24697
24698
24699
24700
24701
24702
24703
24704
24705
24706
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24697

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

#font_decoration ⇒ String

Determines the appearance of decorative lines on the text.

Returns:

  • (String)


24697
24698
24699
24700
24701
24702
24703
24704
24705
24706
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24697

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

#font_family ⇒ String

The font family that you want to use.

Returns:

  • (String)


24697
24698
24699
24700
24701
24702
24703
24704
24705
24706
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24697

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

#font_size ⇒ Types::FontSize

The option that determines the text display size.

Returns:



24697
24698
24699
24700
24701
24702
24703
24704
24705
24706
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24697

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

#font_style ⇒ String

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

Returns:

  • (String)


24697
24698
24699
24700
24701
24702
24703
24704
24705
24706
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24697

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

#font_weight ⇒ Types::FontWeight

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

Returns:



24697
24698
24699
24700
24701
24702
24703
24704
24705
24706
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24697

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