Interface FontSize.Builder

    • Method Detail

      • relative

        FontSize.Builder relative​(String relative)

        The lexical name for the text size, proportional to its surrounding context.

        Parameters:
        relative - The lexical name for the text size, proportional to its surrounding context.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RelativeFontSize, RelativeFontSize
      • relative

        FontSize.Builder relative​(RelativeFontSize relative)

        The lexical name for the text size, proportional to its surrounding context.

        Parameters:
        relative - The lexical name for the text size, proportional to its surrounding context.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RelativeFontSize, RelativeFontSize