setFonts method

dynamic setFonts(
  1. KIVFonts newFonts
)

Overwrite the fonts object with newFonts for the builder.

Implementation

setFonts(KIVFonts newFonts) {
  this.fonts = newFonts;
}