Interface FontWeight.Builder

    • Method Detail

      • name

        FontWeight.Builder name​(String name)

        The lexical name for the level of boldness of the text display.

        Parameters:
        name - The lexical name for the level of boldness of the text display.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FontWeightName, FontWeightName
      • name

        FontWeight.Builder name​(FontWeightName name)

        The lexical name for the level of boldness of the text display.

        Parameters:
        name - The lexical name for the level of boldness of the text display.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FontWeightName, FontWeightName