FontInfo

final case
class FontInfo(fontKey: FontKey, fontSheetBounds: Size, unknownChar: FontChar, fontChars: List[FontChar], caseSensitive: Boolean)
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def addChar(fontChar: FontChar): FontInfo
def addChars(chars: List[FontChar]): FontInfo
def addChars(chars: FontChar*): FontInfo
def findByCharacter(character: String): FontChar
def findByCharacter(character: Char): FontChar
def makeCaseSensitive(sensitive: Boolean): FontInfo

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product