Skip to content

marioklaver/MKOutlinedLabelNode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MKOutlinedLabelNode

Draw outlined text in SpriteKit.

Usage

let textNode = MKOutlinedLabelNode(fontNamed: "Helvetica", fontSize: 32)
textNode.borderColor = UIColor.blackColor()
textNode.fontColor = UIColor.blueColor()
textNode.outlinedText = "Test"

Screenshot

Screenshot

License

MIT

About

Draw outlined text in SpriteKit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages