Text becomes invisible when stroke is added
问题 I have next issue (sample code below): I'm use CATextLayer and NSAttributedString to displaying stylized text. All work fine until I had added stroke to attributes. When I add stroke - text becomes invisible and in display I can see only stroke. Please, I can't understand what happens, why I can't use both text and stroke? Thanks. UIFont* font = [UIFont fontWithName: size:]; UIColor* strokeColor = [UIColor colorWithRed: green: blue: alpha:1.f]; UIColor* foregroundColor = [UIColor colorWithRed