//    _textF = CGRectMake(textX, textY, textSize.width, textSize.height);

_textF = (CGRect){{textX, textY}, textSize};

05-11 17:50