createFont

suspend fun File.createFont(fontFormat: Int = Font.TRUETYPE_FONT): Font
suspend fun InputStream.createFont(fontFormat: Int = Font.TRUETYPE_FONT): Font