Align multiple SKLabelNodes by Baseline
问题 I have a collection of SKLabelNodes . Each node represents a letter of a word. Each node is the child of an SKSpriteNode . The spriteNode has an explicit hight set on it (the hight returned by [text sizeWithAttributes:@{NSFontAttributeName : font}]; ), and has the same width as the labelNode . The labelNode is then centred inside the spriteNode , and has verticalAlignmentMode = SKLabelVerticalAlignmentModeBaseline . At a later stage, I will need to set a background image on each letter (which