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

Popular posts from this blog

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -