Hi! I am doing an app for ipad and i need a very big text( like 130 px font size)
When i export the bitmap font it occupies more than 4 images which causes an assert in the CCBitmapFontAtlas code that says that i can not use more than 1 page.
How can i solve this issue?
Thanks in advance
Multipage CCBitmapFontAtlas
(2 posts) (2 voices)-
Posted 1 year ago #
-
multiple pages are not supported. but since r1835 you can create bitmap font textures bigger than 1024x1024. It supports the maximum texture size supported by the device.
Posted 1 year ago #
Reply
You must log in to post.