增加mStr绘制字符串限制宽度
This commit is contained in:
@@ -581,7 +581,7 @@ function toTime(s)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
function mStr(s,x,y)
|
function mStr(s,x,y)
|
||||||
gc.printf(s,x-450,y,900,"center")
|
gc.printf(s,x-626,y,1252,"center")
|
||||||
end
|
end
|
||||||
function mText(s,x,y)
|
function mText(s,x,y)
|
||||||
gc.draw(s,x-s:getWidth()*.5,y)
|
gc.draw(s,x-s:getWidth()*.5,y)
|
||||||
|
|||||||
Reference in New Issue
Block a user