It looks like you're new here. If you want to get involved, click one of these buttons!
Hello!
I want to draw some text, to fit some area, by example, all the screen. I want this text to fit it dinamically, so when i wrote some letter, by example "H", that letter will fit the entire screen. If i enter another letter, now they will resize to fit again. Thanks in advance!
Comments
@Andresan See the code I have in this link. If you have questions about it, just ask.
@Andresan Here's a smaller version. Just change the "len" parameter to change the number of characters showing.
Thanks! I modified that to fit what i needed.
... But it bugs with some long words...
@Andresan Can you post the words that cause a problem. I tried a bunch of long words without any problems.
Consider some spaces at the end, just that way it troubles...
@Andresan Try the other program that I show above.
Works great
thanks