Back to Exoplayer

HorizontalTextInVerticalContextSpan (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/text/span/HorizontalTextInVerticalContextSpan.html

latest2.0 KB
Original Source

Package com.google.android.exoplayer2.text.span

Class HorizontalTextInVerticalContextSpan

  • java.lang.Object

    • com.google.android.exoplayer2.text.span.HorizontalTextInVerticalContextSpan
  • All Implemented Interfaces:LanguageFeatureSpan


[@Deprecated](https://developer.android.com/reference/java/lang/Deprecated.html "class or interface in java.lang")public final classHorizontalTextInVerticalContextSpanextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")implements[LanguageFeatureSpan](LanguageFeatureSpan.html "interface in com.google.android.exoplayer2.text.span")

Deprecated. com.google.android.exoplayer2 is deprecated. Please migrate to androidx.media3 (which contains the same ExoPlayer code). See the migration guide for more details, including a script to help with the migration.

A styling span for horizontal text in a vertical context.

This is used in vertical text to write some characters in a horizontal orientation, known in Japanese as tate-chu-yoko.

More information on tate-chu-yoko and span styling.

Constructor Summary

Constructors | Constructor | Description | | --- | --- | | HorizontalTextInVerticalContextSpan() | Deprecated. |

Method Summary

- 

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

- 

HorizontalTextInVerticalContextSpan

public HorizontalTextInVerticalContextSpan()

Deprecated.