docs/doc/reference/com/google/android/exoplayer2/text/span/HorizontalTextInVerticalContextSpan.html
Package com.google.android.exoplayer2.text.span
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.
Constructors | Constructor | Description |
| --- | --- |
| HorizontalTextInVerticalContextSpan() |
Deprecated.
|
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
public HorizontalTextInVerticalContextSpan()
Deprecated.