Packages

p

io.youi

font

package font

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class CachedFont extends Font
  2. class CachedFontSize extends AnyRef
  3. class CachedGlyph extends Drawable
  4. case class CachedText(font: CachedFont, text: String, size: Double, maxWidth: Double, kerning: Boolean, lines: Vector[Vector[CharacterPath]]) extends Text with Product with Serializable
  5. class CachedTextBuilder extends TextBuilder
  6. case class CanvasFont(family: String, style: String, variant: String, weight: String) extends Font with Product with Serializable
  7. case class CanvasText(font: CanvasFont, text: String, size: Double, maxWidth: Double, kerning: Boolean) extends Text with Product with Serializable
  8. case class CharacterPath(char: Char, size: Double, index: Int, x: Double, y: Double, glyph: Glyph) extends Drawable with Product with Serializable
  9. trait CharacterProcessor extends AnyRef
  10. trait Font extends AnyRef
  11. class FontAwesome extends AnyRef
  12. class FontAwesomeIcon extends AnyRef
  13. case class FontAwesomeType(name: String) extends FontAwesomeIcon with Product with Serializable
  14. class FontAwesomeView extends HTMLComponent[Element] with FontAwesomeViewTheme
  15. trait Glyph extends AnyRef
  16. trait GoogleFont extends AnyRef
  17. final class GoogleFontSubset extends AnyVal
  18. trait GoogleFontSubsets extends AnyRef
  19. case class GoogleFontWeight(font: GoogleFont, name: String, ttf: URL) extends Product with Serializable
  20. case class MaterialIcon(name: String) extends Product with Serializable
  21. class MaterialIconView extends HTMLComponent[Element] with MaterialIconViewTheme
  22. case class OpenTypeFont(otf: opentype.Font) extends Font with Product with Serializable
  23. case class OpenTypeGlyph(font: OpenTypeFont, char: Char, otg: opentype.Glyph, unitsPerEm: Double) extends Glyph with Product with Serializable
  24. case class OpenTypeText(font: Font, text: String, size: Double, maxWidth: Double, kerning: Boolean, lines: Vector[Vector[CharacterPath]]) extends Text with Product with Serializable
  25. class OpenTypeTextBuilder extends TextBuilder
  26. trait Text extends AnyRef
  27. abstract class TextBuilder extends AnyRef
  28. trait WrapMode extends AnyRef

Value Members

  1. object CanvasFont extends Serializable
  2. object Font
  3. object FontAwesome extends FontAwesome
  4. object FontAwesomeIcon
  5. object FontAwesomeView extends FontAwesomeViewTheme
  6. object GoogleFont
  7. object Material extends GoogleFont
  8. object MaterialIconView extends MaterialIconViewTheme
  9. object OpenTypeFont extends Serializable
  10. object Text
  11. object WrapMode

Ungrouped