registerTemporarily

inline fun <T> Font.registerTemporarily(registry: DefaultFontRegistry, name: String = this.name, block: () -> T): T
inline suspend fun <T> Font.registerTemporarily(name: String = this.name, block: () -> T): T