Module: Imagekitio::Models::SubtitleOverlayTransformation::Typography

Extended by:
Internal::Type::Enum
Defined in:
lib/imagekitio/models/subtitle_overlay_transformation.rb,
sig/imagekitio/models/subtitle_overlay_transformation.rbs

Overview

Sets the typography style of the subtitle text. Supports values are b for bold, i for italics, and b_i for bold with italics.

Subtitle styling options

See Also:

  • Imagekitio::Models::SubtitleOverlayTransformation#typography

Constant Summary collapse

B =

Returns:

  • (:b)
:b
I =

Returns:

  • (:i)
:i
B_I =

Returns:

  • (:b_i)
:b_i

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/imagekitio/models/subtitle_overlay_transformation.rb', line 109

Instance Method Details

#self?.values::Array[Imagekitio::Models::SubtitleOverlayTransformation::typography]

Returns:

  • (::Array[Imagekitio::Models::SubtitleOverlayTransformation::typography])


74
# File 'sig/imagekitio/models/subtitle_overlay_transformation.rbs', line 74

def self?.values: -> ::Array[Imagekitio::Models::SubtitleOverlayTransformation::typography]