All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.org.openrndr.internal.FontMapManager.kt Maven / Gradle / Ivy

There is a newer version: 0.4.5-alpha6
Show newest version
package org.openrndr.internal

import org.openrndr.draw.FontImageMap

abstract class FontMapManager {
    abstract fun fontMapFromUrl(url:String, size:Double, characterSet: Set, contentScale:Double=1.0): FontImageMap
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy