Skip to content

luxe API (2025.1.2)


luxe: ui/label module


UIAutoSize

import "luxe: ui/label" for UIAutoSize

no docs found


UIAutoSize.none returns unknown

no docs found

UIAutoSize.width returns unknown

no docs found

UIAutoSize.height returns unknown

no docs found

UIAutoSize.both returns unknown

no docs found

UILabel

import "luxe: ui/label" for UILabel

no docs found


UILabel.create(ui_entity: Any) returns UILabel

no docs found

UILabel.set_text(label: Any, text: Any) returns None

no docs found

UILabel.get_text(label: Any) returns String

no docs found

UILabel.get_render_text(label: Any) returns unknown

no docs found

UILabel.get_text_extents(label: Any, offset: Any, count: Any) returns unknown

no docs found

UILabel.get_text_extents(label: Any) returns unknown

no docs found

UILabel.set_font(label: Any, font: Any) returns unknown

no docs found

UILabel.get_font(label: Any) returns unknown

no docs found

UILabel.set_color(label: Any, color: Any) returns unknown

no docs found

UILabel.get_color(label: Any) returns unknown

no docs found

UILabel.set_color_hover(label: Any, color: Any) returns unknown

no docs found

UILabel.get_color_hover(label: Any) returns unknown

no docs found

UILabel.set_text_size(label: Any, size: Any) returns unknown

no docs found

UILabel.get_text_size(label: Any) returns unknown

no docs found

UILabel.set_align(label: Any, align: Any) returns unknown

no docs found

UILabel.get_align(label: Any) returns unknown

no docs found

UILabel.set_align_vertical(label: Any, align: Any) returns unknown

no docs found

UILabel.get_align_vertical(label: Any) returns unknown

no docs found

UILabel.set_text_style(label: Any, style: TextStyle) returns None

no docs found

UILabel.get_text_style(label: Any) returns TextStyle

no docs found

UILabel.set_max_visible(label: Any, visible_count: Num) returns None

no docs found

UILabel.get_max_visible(label: Any) returns Num

no docs found

UILabel.set_auto_size(label: Any, state: UIAutoSize) returns None

no docs found

UILabel.set_overflow_scroll(label: Any, type: UIOverflowScroll, speed: Num, wait: Num, pause: Num) returns None

no docs found

UILabel.set_overflow_scroll(label: Any, speed: Num, wait: Num, pause: Num) returns None

no docs found

UILabel.set_loc(label: Any, space: String, key: String) returns None

no docs found

UILabel.set_loc(label: Any, key: String) returns unknown

no docs found

UILabel.set_loc_with_args(label: Any, space: String, key: String, args: List) returns None

no docs found

UILabel.set_loc_with_args(label: Any, key: String, args: List) returns unknown

no docs found

UILabel.set_outline(control: UILabel, radius: Num, softness: Num, color: Color, offset: Float2) returns None

Set the text outline parameters.

UILabel.set_shadow(control: UILabel, radius: Num, softness: Num, color: Color, offset: Float2) returns None

Set the text shadow parameters.

UIOverflowScroll

import "luxe: ui/label" for UIOverflowScroll

no docs found


UIOverflowScroll.none returns unknown

no docs found

UIOverflowScroll.always returns unknown

no docs found

UIOverflowScroll.width_overflow returns unknown

no docs found