• DLabel's text is cut off?
    3 replies, posted
When I set a font higher than size 25, the text cuts off. How can I use bigger font sizes with DLabel? [IMG]http://i.imgur.com/XH0w6vb.png[/IMG] [IMG]http://i.imgur.com/tyj6SWt.png[/IMG]
You have to increase the size of whatever the label is. Etc dlabel:SetSize(300,300)
it's because the label isn't big enough make it bigger w/ panel:SetSize e.x. label:SetSize(1337, 420) edit: ninja'd
And if you dont want it to have a static size you could just call SizeToContents after setting the text of it
Sorry, you need to Log In to post a reply to this thread.