local numTitle = UI.newLabel({
text="99999",
style={
font="MicrosoftYaHei",
size=36,
color="#efcf4d",
},
x=220, y=32,
anchorPoint=UI.POINT_CENTER,
--此處要設(shè)置字體傾斜10度左右
})
numTitle:setSkewX(10)? --設(shè)置傾斜度
直接用setSkewX去設(shè)置傾斜度就可以了?。?!

local numTitle = UI.newLabel({
text="99999",
style={
font="MicrosoftYaHei",
size=36,
color="#efcf4d",
},
x=220, y=32,
anchorPoint=UI.POINT_CENTER,
--此處要設(shè)置字體傾斜10度左右
})
numTitle:setSkewX(10)? --設(shè)置傾斜度
直接用setSkewX去設(shè)置傾斜度就可以了?。?!