Class: Aws::QuickSight::Types::Typography

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

Overview

Determines the typography options.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#axis_label_font_configurationTypes::FontConfiguration

Configures the display properties of the given text.



39762
39763
39764
39765
39766
39767
39768
39769
39770
39771
39772
39773
# File 'lib/aws-sdk-quicksight/types.rb', line 39762

class Typography < Struct.new(
  :font_families,
  :axis_title_font_configuration,
  :axis_label_font_configuration,
  :legend_title_font_configuration,
  :legend_value_font_configuration,
  :data_label_font_configuration,
  :visual_title_font_configuration,
  :visual_subtitle_font_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#axis_title_font_configurationTypes::FontConfiguration

Configures the display properties of the given text.



39762
39763
39764
39765
39766
39767
39768
39769
39770
39771
39772
39773
# File 'lib/aws-sdk-quicksight/types.rb', line 39762

class Typography < Struct.new(
  :font_families,
  :axis_title_font_configuration,
  :axis_label_font_configuration,
  :legend_title_font_configuration,
  :legend_value_font_configuration,
  :data_label_font_configuration,
  :visual_title_font_configuration,
  :visual_subtitle_font_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#data_label_font_configurationTypes::FontConfiguration

Configures the display properties of the given text.



39762
39763
39764
39765
39766
39767
39768
39769
39770
39771
39772
39773
# File 'lib/aws-sdk-quicksight/types.rb', line 39762

class Typography < Struct.new(
  :font_families,
  :axis_title_font_configuration,
  :axis_label_font_configuration,
  :legend_title_font_configuration,
  :legend_value_font_configuration,
  :data_label_font_configuration,
  :visual_title_font_configuration,
  :visual_subtitle_font_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#font_familiesArray<Types::Font>

Determines the list of font families.

Returns:



39762
39763
39764
39765
39766
39767
39768
39769
39770
39771
39772
39773
# File 'lib/aws-sdk-quicksight/types.rb', line 39762

class Typography < Struct.new(
  :font_families,
  :axis_title_font_configuration,
  :axis_label_font_configuration,
  :legend_title_font_configuration,
  :legend_value_font_configuration,
  :data_label_font_configuration,
  :visual_title_font_configuration,
  :visual_subtitle_font_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#legend_title_font_configurationTypes::FontConfiguration

Configures the display properties of the given text.



39762
39763
39764
39765
39766
39767
39768
39769
39770
39771
39772
39773
# File 'lib/aws-sdk-quicksight/types.rb', line 39762

class Typography < Struct.new(
  :font_families,
  :axis_title_font_configuration,
  :axis_label_font_configuration,
  :legend_title_font_configuration,
  :legend_value_font_configuration,
  :data_label_font_configuration,
  :visual_title_font_configuration,
  :visual_subtitle_font_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#legend_value_font_configurationTypes::FontConfiguration

Configures the display properties of the given text.



39762
39763
39764
39765
39766
39767
39768
39769
39770
39771
39772
39773
# File 'lib/aws-sdk-quicksight/types.rb', line 39762

class Typography < Struct.new(
  :font_families,
  :axis_title_font_configuration,
  :axis_label_font_configuration,
  :legend_title_font_configuration,
  :legend_value_font_configuration,
  :data_label_font_configuration,
  :visual_title_font_configuration,
  :visual_subtitle_font_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#visual_subtitle_font_configurationTypes::VisualSubtitleFontConfiguration

Configures the display properties of the visual sub-title.



39762
39763
39764
39765
39766
39767
39768
39769
39770
39771
39772
39773
# File 'lib/aws-sdk-quicksight/types.rb', line 39762

class Typography < Struct.new(
  :font_families,
  :axis_title_font_configuration,
  :axis_label_font_configuration,
  :legend_title_font_configuration,
  :legend_value_font_configuration,
  :data_label_font_configuration,
  :visual_title_font_configuration,
  :visual_subtitle_font_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#visual_title_font_configurationTypes::VisualTitleFontConfiguration

Configures the display properties of the visual title.



39762
39763
39764
39765
39766
39767
39768
39769
39770
39771
39772
39773
# File 'lib/aws-sdk-quicksight/types.rb', line 39762

class Typography < Struct.new(
  :font_families,
  :axis_title_font_configuration,
  :axis_label_font_configuration,
  :legend_title_font_configuration,
  :legend_value_font_configuration,
  :data_label_font_configuration,
  :visual_title_font_configuration,
  :visual_subtitle_font_configuration)
  SENSITIVE = []
  include Aws::Structure
end