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 CanvasFont(family: String, style: String, variant: String, weight: String) extends Font with Product with Serializable

    Permalink
  7. case class CanvasText(font: CanvasFont, text: String, size: Double, maxWidth: Double, kerning: Boolean) extends Text with Product with Serializable

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

    Permalink
  9. trait CharacterProcessor extends AnyRef

    Permalink
  10. trait Font extends AnyRef

    Permalink
  11. class FontAwesome extends AnyRef

    Permalink
  12. class FontAwesomeIcon extends AnyRef

    Permalink
  13. case class FontAwesomeType(name: String) extends FontAwesomeIcon with Product with Serializable

    Permalink
  14. class FontAwesomeView extends HTMLComponent[Element] with FontAwesomeViewTheme

    Permalink
  15. trait Glyph extends AnyRef

    Permalink
  16. trait GoogleFont extends AnyRef

    Permalink
  17. final class GoogleFontSubset extends AnyVal

    Permalink
  18. trait GoogleFontSubsets extends AnyRef

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

    Permalink
  20. case class MaterialIcon(name: String) extends Product with Serializable

    Permalink
  21. class MaterialIconView extends HTMLComponent[Element] with MaterialIconViewTheme

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

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

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

    Permalink
  25. class OpenTypeTextBuilder extends TextBuilder

    Permalink
  26. trait Text extends AnyRef

    Permalink
  27. abstract class TextBuilder extends AnyRef

    Permalink
  28. trait WrapMode extends AnyRef

    Permalink

Value Members

  1. object CanvasFont extends Serializable

    Permalink
  2. object Font

    Permalink
  3. object FontAwesome extends FontAwesome

    Permalink
  4. object FontAwesomeIcon

    Permalink
  5. object FontAwesomeView extends FontAwesomeViewTheme

    Permalink
  6. object GoogleFont

    Permalink
  7. object Material extends GoogleFont

    Permalink
  8. object MaterialIconView extends MaterialIconViewTheme

    Permalink
  9. object OpenTypeFont extends Serializable

    Permalink
  10. object Text

    Permalink
  11. object WrapMode

    Permalink

Ungrouped