kamrowcj0380 / Node_Based_Notes

A graph style text editor, using nodes to portray text files.
0 stars 0 forks source link

Space text evenly within containers #7

Open kamrowcj0380 opened 3 days ago

kamrowcj0380 commented 3 days ago

Text is currently rendered in the top left corner of a given container, with a slight offset from the left. Use the dimensions of the container to space it evenly within its container instead.

Potentially, make the "Container" class, and calculate the position of the text when rendering.