ios - Draw a border around a SKLabelNode -
i'm making app in i'm using sklabelnode. put border around it.
this code sofar:
sklabelnode *scorelabel; scorelabel = [sklabelnode labelnodewithfontnames:@"helvetica-bold"]; scorelabel.text = @"@"; scorelabel.alpha = 1; scorelabel.fontsize = 30; scorelabel.position = cgpointmake(149,525); [self addchild:scorelabel];
also, know how use custom font this?
say make own font, , want put border around it, how this?
i bmglyph way go. use time.
Comments
Post a Comment