Newbrict / engi

Oaktales engi fork
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

font multi line #26

Open TheBerryBeast opened 9 years ago

TheBerryBeast commented 9 years ago

font needs to implement a way to add new lines

paked commented 9 years ago

@Newbrict another reason for a Text struct, you could set a Text.Width or Text.Height field and get automatic multiline!

Newbrict commented 9 years ago

how would that give an automatic multi line?

you can already check the dimensions from a given font using font.TextDimensions("String")