Class HorizontalTextInVerticalContextSpan

  • All Implemented Interfaces:
    LanguageFeatureSpan

    @Deprecated
    public final class HorizontalTextInVerticalContextSpan
    extends Object
    implements LanguageFeatureSpan
    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 Detail

      • HorizontalTextInVerticalContextSpan

        public HorizontalTextInVerticalContextSpan()
        Deprecated.