I use StaticLayout to paginate my text to create an epub application and i have a text that has 16,000 lines.
The StaticLayout object is created about 6 seconds later and it's very slow.
How can I reduce this time or is there another way to use StaticLayout instead?