invoke
Tries to find a loaded font matching the given info.
Return
the font IFF found
Parameters
info
of the font
Tries to find a loaded font matching the given font with info overrides.
val font = ...
loader(font) {
weight = 700 // looks for variant of font with weight == 700
}
Content copied to clipboard
Return
the font IFF found
Parameters
info
of the font
Tries to loaded a font matching the given info.
Return
the font IFF found
Parameters
source
where the font is located (i.e. a filename or url)
info
of the font