Interface InlineStyles.StyleTransform

Enclosing class:
InlineStyles

public static interface InlineStyles.StyleTransform
A transform applied to a character's style, used to toggle bold, set a color, etc.
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(TextStyle current)
    Returns the new style for a character that currently has current.
  • Method Details

    • apply

      TextStyle apply(TextStyle current)
      Returns the new style for a character that currently has current.