May be bugs in supporting libraries, but the multitasking library is fully updated. The guimanager may have a bug or 2, but I haven't found any ground breaking bugs that haven't been fixed
5 lines
139 B
Plaintext
5 lines
139 B
Plaintext
function gui:widthToTextSize(n)
|
|
if self.Font then
|
|
self:setDualDim(nil,nil,self.Font:getWidth(self.text)+(n or 4),nil,nil,nil,0)
|
|
end
|
|
end |