It seems font is not having any effect for Textbox, but works for other controls ``` text = SKUI::Textbox.new( 'Some text') text.font = SKUI::Font.new( 'Segoe UI', 12 ) ``` or ... am I missing something !?
It seems font is not having any effect for Textbox, but works for other controls
or ... am I missing something !?