I captured one frame of my project with Xcode. Then I fount that there are too many batch when draw text, Almost every word has one batch . For my own engine before, If the words are in the same font bitmap, It will only use one batch to render them all.
So. how can i solve the problem?