Bug with big font size for Label

local label = cc.Label:createWithTTF(‘123’,‘res/fonts/Marker Felt.ttf’,350)
self:addChild(label, 1)

this code can not work as expected or just crashed.