Skip to content

Release 0.0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@fasihrana fasihrana released this 09 Nov 12:47
· 89 commits to master since this release
  • VBox, HBox, Button and TextBox all now support Top, Right, Bottom and Left properties. (Scrollbox will require a some desigining).
  • Font rendering now done via Font-Kit along with having a baseline which is (Size / (Ascent + Descent)).
  • HoverBegin and HoverEnd properties now effective along with HoverColor and HoverBgColor for Button and TextBox.
  • Enabled property for Button and TextBox.
  • Editable property added for TextBox
  • IsPassword property added to TextBox.
  • Simple Copy added to TextBox