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

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -