class NEStley::Textbox
- NEStley::Textbox
- NEStley::Rect
- NEStley::Entity
- Reference
- Object
Defined in:
entity/textbox.crConstructors
Instance Method Summary
- #font : Fontanyl::Font
- #font=(font : Fontanyl::Font)
- #msg : String
- #msg=(msg : String)
- #rendered_msg : Array(Array(Bool))
- #rendered_msg=(rendered_msg : Array(Array(Bool)))
- #set_font(font : Fontanyl::Font = Fontanyl::Font.new) : Textbox
- #set_msg(msg : String = @msg) : Textbox
- #set_wrap(wrap : UInt32 = @wrap) : Textbox
- #wants_coord?(x, y) : Bool
- #wrap : UInt32
- #wrap=(wrap : UInt32)