Interface Font.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Font.Builder,Font>, SdkBuilder<Font.Builder,Font>, SdkPojo
Enclosing class:
Font

@Mutable @NotThreadSafe public static interface Font.Builder extends SdkPojo, CopyableBuilder<Font.Builder,Font>
  • Method Details

    • fontFamily

      Font.Builder fontFamily(String fontFamily)

      Determines the font family settings.

      Parameters:
      fontFamily - Determines the font family settings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.