Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 554 Bytes

File metadata and controls

23 lines (19 loc) · 554 Bytes

Todo list

This file is a todo list for the project. It is not meant to be exhaustive, but rather to give a general idea of what needs to be done.

Todo

  • Component positioning:

    • Left
    • Right
    • Top
    • Bottom
    • Center
    • Notes:
      • Create an enum for the options.
      • When showing the component, check the option and show it in the correct place using MeasureTextEx method and the position assigned to the component.
  • Component text padding:

    • Left
    • Right
    • Top
    • Bottom