Package-level declarations

Functions

Link copied to clipboard
suspend fun File.createFont(fontFormat: Int = Font.TRUETYPE_FONT): Font
suspend fun InputStream.createFont(fontFormat: Int = Font.TRUETYPE_FONT): Font
Link copied to clipboard

Creates a ZIP file from multiple files

Link copied to clipboard
fun BufferedSource.ensurePngOrConvertJpeg(): BufferedSource
Link copied to clipboard
fun extractZip(zipFile: File, folder: File)

Extracts a ZIP file to a specified folder

fun extractZip(zipStream: InputStream, folder: File)

Extracts a ZIP archive from an InputStream to a specified folder and close it

Link copied to clipboard

Find resource

Link copied to clipboard

Converts resource to string

Link copied to clipboard

Skips the current line in the file.

Link copied to clipboard
fun Vec3.toJson(): JsonElement