FontInfo

indigo.shared.datatypes.FontInfo
See theFontInfo companion object
final case class FontInfo(fontKey: FontKey, fontSheetBounds: Size, unknownChar: FontChar, fontChars: Batch[FontChar], caseSensitive: Boolean)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def addChar(fontChar: 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]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product