RavensKrag / ThoughtTrace

Naturally chart out words in 2D space, mapping the relations between them. Even link to other ideas. Then, build your programs on top of the flow.
0 stars 0 forks source link

Text entity has height/width, but Rectangle does not #11

Open RavensKrag opened 10 years ago

RavensKrag commented 10 years ago

you can totally get the height / width of a Rectangle without having to totally compute it yourself but you have to go through the Physics component as opposed to Text, where you can just get the height / width directly

this is kinda related to the idea that maybe Text should have it's own sizing API an API which is more font-like (issue #5)

but you could possibly implement the height/width thing without implementing the font resizing API or vice versa