Package-level declarations

Functions

Link copied to clipboard
infix inline fun Glyph.color(color: Color): Glyph

Sets the glyph color.

Link copied to clipboard
infix inline fun Glyph.family(family: String): Glyph

Sets the glyph icon font family.

Link copied to clipboard
infix inline fun String.glyph(glyph: String): Glyph

Retrieve glyph by font name and glyph name using one string where font name an glyph name are separated by pipe.

infix inline fun GlyphFont.glyph(character: Char): Glyph

Creates an instance of Glyph using specified font character.

infix inline fun GlyphFont.glyph(glyph: Enum<*>): Glyph

Creates an instance of Glyph using a known Glyph enum value.

infix inline fun GlyphFont.glyph(glyphName: String): Glyph

Creates an instance of Glyph using glyph name.

Link copied to clipboard
inline fun GlyphFont.register()

Registers the specified font.

Link copied to clipboard
infix inline fun Glyph.size(size: Double): Glyph

Sets glyph size.

Link copied to clipboard
infix inline fun Glyph.sizeFactor(factor: Int): Glyph

Sets glyph size using size factor based on default font size.

Link copied to clipboard
infix fun Glyph.useGradientEffect(useGradientEffect: Boolean): Glyph

Enables/disables the gradient effect style.

Link copied to clipboard
infix fun Glyph.useHoverEffect(useHoverEffect: Boolean): Glyph

Enables/disables the hover effect style.