GSDL::RichText
Inherits GSDL::TextOld < GSDL::Centerable < GSDL::Entity < GSDL::Saveable < GSDL::Tweenable < Reference < Object
Constructors
new(font = FontOld.default, text : String = "", x : Num = 0, y : Num = 0, origin : Tuple(Float32, Float32) = {0_f32, 0_f32}, scale : Tuple(Num, Num) = {1_f32, 1_f32}, color : Color = ColorScheme.get(:ui_text), align : FontOld::Align = FontOld::Align::Left, wrap_width : Int32 = 0, visible_characters : Int32 = -1, z_index : Int32 = 0, oversample_ratio : Float32 = TextOld::OversampleRatio, draw_relative_to_camera : Bool = true)
SourceInstance methods
bake!
Sourcedestroy
Sourcedraw(draw : Draw)
Sourceheight
Sourcelayout!
Sourcewidth
Source