devkitPro / 3ds-examples

Examples for 3DS using devkitARM, libctru, citro3d and citro2d
https://devkitpro.org/viewforum.php?f=39
453 stars 51 forks source link

Explain why text buffer size is 4096 #65

Open pvini07BR opened 2 months ago

pvini07BR commented 2 months ago

Why is this value used? How many glyphs is needed to draw a string? How many glyphs per character? I need to know because in my program I'm dealing with lots of long strings that needs to be drawn effortlessly, and for that i need the exact byte size needed for drawing them.