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

cwinter.codecraft.graphics.engine.TextModel.scala Maven / Gradle / Ivy

The newest version!
package cwinter.codecraft.graphics.engine

import cwinter.codecraft.util.maths.ColorRGBA

private[codecraft] case class TextModel(
  text: String,
  xPos: Float,
  yPos: Float,
  color: ColorRGBA,
  absolutePos: Boolean = false,
  centered: Boolean = true,
  largeFont: Boolean = false
)





© 2015 - 2024 Weber Informatics LLC | Privacy Policy