enum

Lipgloss::Style::Props

Inherits Enum < Comparable < Value < Object

Bitflags for which properties are set

Constants

Bold = 1_u64
Italic = 2_u64
Underline = 4_u64
Strikethrough = 8_u64
Reverse = 16_u64
Blink = 32_u64
Faint = 64_u64
UnderlineSpaces = 128_u64
StrikethroughSpaces = 256_u64
ColorWhitespace = 512_u64
Foreground = 1024_u64
Background = 2048_u64
Width = 4096_u64
Height = 8192_u64
AlignHorizontal = 16384_u64
AlignVertical = 32768_u64
PaddingTop = 65536_u64
PaddingRight = 131072_u64
PaddingBottom = 262144_u64
PaddingLeft = 524288_u64
MarginTop = 1048576_u64
MarginRight = 2097152_u64
MarginBottom = 4194304_u64
MarginLeft = 8388608_u64
MarginBackground = 16777216_u64
BorderStyle = 33554432_u64
BorderTop = 67108864_u64
BorderRight = 134217728_u64
BorderBottom = 268435456_u64
BorderLeft = 536870912_u64
BorderTopForeground = 1073741824_u64
BorderRightForeground = 2147483648_u64
BorderBottomForeground = 4294967296_u64
BorderLeftForeground = 8589934592_u64
BorderForegroundBlend = 17179869184_u64
BorderForegroundBlendOffset = 34359738368_u64
BorderTopBackground = 68719476736_u64
BorderRightBackground = 137438953472_u64
BorderBottomBackground = 274877906944_u64
BorderLeftBackground = 549755813888_u64
Inline = 1099511627776_u64
MaxWidth = 2199023255552_u64
MaxHeight = 4398046511104_u64
TabWidth = 8796093022208_u64
Transform = 17592186044416_u64
PaddingChar = 35184372088832_u64
MarginChar = 70368744177664_u64
Hyperlink = 140737488355328_u64
UnderlineStyle = 281474976710656_u64
UnderlineColor = 562949953421312_u64
None = 0_u64
All = 1125899906842623_u64

Instance methods

align_horizontal?

Returns true if this enum value contains AlignHorizontal

align_vertical?

Returns true if this enum value contains AlignVertical

background?

Returns true if this enum value contains Background

bold?

Returns true if this enum value contains Bold

border_bottom?

Returns true if this enum value contains BorderBottom

border_bottom_background?

Returns true if this enum value contains BorderBottomBackground

border_bottom_foreground?

Returns true if this enum value contains BorderBottomForeground

border_foreground_blend?

Returns true if this enum value contains BorderForegroundBlend

border_foreground_blend_offset?

Returns true if this enum value contains BorderForegroundBlendOffset

border_left?

Returns true if this enum value contains BorderLeft

border_left_background?

Returns true if this enum value contains BorderLeftBackground

border_left_foreground?

Returns true if this enum value contains BorderLeftForeground

border_right?

Returns true if this enum value contains BorderRight

border_right_background?

Returns true if this enum value contains BorderRightBackground

border_right_foreground?

Returns true if this enum value contains BorderRightForeground

border_style?

Returns true if this enum value contains BorderStyle

border_top?

Returns true if this enum value contains BorderTop

border_top_background?

Returns true if this enum value contains BorderTopBackground

border_top_foreground?

Returns true if this enum value contains BorderTopForeground

color_whitespace?

Returns true if this enum value contains ColorWhitespace

faint?

Returns true if this enum value contains Faint

foreground?

Returns true if this enum value contains Foreground

height?

Returns true if this enum value contains Height

inline?

Returns true if this enum value contains Inline

italic?

Returns true if this enum value contains Italic

margin_background?

Returns true if this enum value contains MarginBackground

margin_bottom?

Returns true if this enum value contains MarginBottom

margin_char?

Returns true if this enum value contains MarginChar

margin_left?

Returns true if this enum value contains MarginLeft

margin_right?

Returns true if this enum value contains MarginRight

margin_top?

Returns true if this enum value contains MarginTop

max_height?

Returns true if this enum value contains MaxHeight

max_width?

Returns true if this enum value contains MaxWidth

none?
padding_bottom?

Returns true if this enum value contains PaddingBottom

padding_char?

Returns true if this enum value contains PaddingChar

padding_left?

Returns true if this enum value contains PaddingLeft

padding_right?

Returns true if this enum value contains PaddingRight

padding_top?

Returns true if this enum value contains PaddingTop

reverse?

Returns true if this enum value contains Reverse

strikethrough?

Returns true if this enum value contains Strikethrough

strikethrough_spaces?

Returns true if this enum value contains StrikethroughSpaces

tab_width?

Returns true if this enum value contains TabWidth

transform?

Returns true if this enum value contains Transform

underline?

Returns true if this enum value contains Underline

underline_color?

Returns true if this enum value contains UnderlineColor

underline_spaces?

Returns true if this enum value contains UnderlineSpaces

underline_style?

Returns true if this enum value contains UnderlineStyle

width?

Returns true if this enum value contains Width