MKOutlinedLabelNode icon indicating copy to clipboard operation
MKOutlinedLabelNode copied to clipboard

Draw outlined text in SpriteKit

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