Wow, that's cool, texus!
Unfortunately, there are some new problems with the EditBox:
On small (50x20) Left-aligned EditBoxes, the top and left of the first character is clipped. On right-aligned, it's the top and right of the last character.
Center-aligned text is not centered. In my case, with a 400x27 EditBox, it is 5 pixels to the right of the center.
I also think you should change "Layout" to "Alignment", since that is the right term.
Also, as I was building the library, I decided to look through all those compiler warnings, and they seem pretty easy to fix. Is that something you plan on doing at some point? All you need to do is to explicitly cast some variables, and not compare integers with booleans.