Interface FontName


public interface FontName
A name of the font.
  • Method Summary

    Modifier and Type
    Method
    Description
    static FontName
    of(String value)
    Returns the FontName instance for the given value.
    default String
    Returns a string that represents the font name.
  • Method Details

    • of

      static FontName of(String value)
      Returns the FontName instance for the given value.
      Throws:
      IllegalArgumentException - when value is empty or blank
    • value

      default String value()
      Returns a string that represents the font name.