:Label

Preview
type Label = {
	Text: string?,
	Bold: boolean?,
	Italic: boolean?,
	Font: string?
}

Example usage:

Theme colors:

Tag
Affects

Text

Text color

TextFont

Text fontface

TextSize

Text font size

Last updated