plusAssign

operator fun plusAssign(provider: FontProvider)

Adds the given provider to the end of the list.


operator fun plusAssign(providers: Iterable<FontProvider>)

Adds the given providers to the end of the list.


operator fun plusAssign(font: Font)

Adds all providers of the given font to the end of the list.