Package

io.youi

font

Permalink

package font

Visibility
  1. Public
  2. All

Type Members

  1. class CachedFont extends Font

    Permalink
  2. class CachedFontSize extends AnyRef

    Permalink
  3. class CachedGlyph extends Drawable

    Permalink
  4. case class CachedText(font: CachedFont, text: String, size: Double, maxWidth: Double, kerning: Boolean, lines: Vector[Vector[CharacterPath]]) extends Text with Product with Serializable

    Permalink
  5. class CachedTextBuilder extends TextBuilder

    Permalink
  6. case class CharacterPath(char: Char, size: Double, index: Int, x: Double, y: Double, glyph: Glyph) extends Drawable with Product with Serializable

    Permalink
  7. trait CharacterProcessor extends AnyRef

    Permalink
  8. trait Font extends AnyRef

    Permalink
  9. trait Glyph extends AnyRef

    Permalink
  10. trait GoogleFont extends AnyRef

    Permalink
  11. final class GoogleFontSubset extends AnyVal

    Permalink
  12. trait GoogleFontSubsets extends AnyRef

    Permalink
  13. case class GoogleFontWeight(font: GoogleFont, name: String, ttf: URL) extends Product with Serializable

    Permalink
  14. case class OpenTypeFont(otf: opentype.Font) extends Font with Product with Serializable

    Permalink
  15. case class OpenTypeGlyph(font: OpenTypeFont, char: Char, otg: opentype.Glyph, unitsPerEm: Double) extends Glyph with Product with Serializable

    Permalink
  16. case class OpenTypeText(font: Font, text: String, size: Double, maxWidth: Double, kerning: Boolean, lines: Vector[Vector[CharacterPath]]) extends Text with Product with Serializable

    Permalink
  17. class OpenTypeTextBuilder extends TextBuilder

    Permalink
  18. trait Text extends AnyRef

    Permalink
  19. abstract class TextBuilder extends AnyRef

    Permalink
  20. trait WrapMode extends AnyRef

    Permalink

Value Members

  1. object Font

    Permalink
  2. object GoogleFont

    Permalink
  3. object OpenTypeFont extends Serializable

    Permalink
  4. object Text

    Permalink
  5. object WrapMode

    Permalink

Ungrouped