我有以下代码,并且我不断获得非常粗体的字体,但我不是要求这样做。
var myText = new Kinetic.Text({
x: RoundOneX +.5,
y: RoundOneY+2.5,
text: thisname,
fontSize: "8pt",
fontFamily: 'r',
width: 70,
stroke: 'black',
align: 'center'
});