top of page
Search

Font Chaos!

Writer's picture: Stephen BrownStephen Brown

Since the start of the engine, fonts have always been rendered offline into a texture sheet and then had effects applied to them. This is great for simplicity but when you start to add simplified Chinese and traditional Chinese, and then also allow those language to input text into the game, you end up with about 30-40 font textures which end up taking up 70+ mb when compressed for the game. Not only that they don't look that pretty when rendered and cannot be scaled that well.


Up until now I was happy with this approach, but I've always been keen to keep memory down. The current APK is about 108Mb and also when these fonts are loaded in game, you end up losing double the memory to the game, so on low end devices the fonts end up stealing 70*2 = 140Mb of RAM before you've even started loading cars and other things in!


I've also had to add alot more characters to the font pages, and so the memory has grown even more, so I decided to go for a different approach.


Enter Signed Distance Field rendering, which basically yields super high resolution rendering of fonts, whilst keeping texture memory down. It also enables pixel shaders to do some cool effects to save pre-rendering shadows/outlines on fonts with photoshop. Instead of each character being about 64x64 pixels in the texture, it only needs to be about 20x20, and because we can add effects in the pixel shader, it only needs to use a single channel in a texture sheet (instead of full colour), meaning I can put each character on an each individual channel (red/green/blue and alpha), thus getting 4x as many characters into a single texture sheet. The only down side is that I cannot compress these textures, but the memory saved just by implementing the steps above is that I now have an uncompressed set of textures that are only 18Mb, which is alot less than 70Mb when compressed :)


Hopefully this will enable those with super low end devices to have a much more stable build to play with. You can see looking at the progress of the following 3 screenshots how the font space is dramatically reduced, but not only this in game the fonts look super crisp at any resolution, so scaling up the text is now super easy!


Textures no SDF as they were (just using red channel to show it easier 43x1024x1024 textures!):



Textures as SDF: (14x1024x1024 textures!)


Textures as SDF/MSDF in individual channels (5x1024x1024 textures!)






380 views9 comments

Related Posts

9 commentaires


Anna Zeke
Anna Zeke
02 févr.

Our pillow inserts and pillow forms in all sizes, are designed to provide the perfect mix of plush softness and firm support. Filled with high-quality materials and wrapped in a breathable, durable cover, these inserts maintain their shape while enhancing the fullness and comfort of your pillows.

J'aime

Bisma
Bisma
01 févr.

The Men’s leather jacket with hood is a stylish and functional wardrobe essential. Its high-quality leather construction ensures durability, while the hood adds a modern, casual touch. Perfect for layering in colder weather or making a bold fashion statement, this jacket offers both comfort and versatility for any occasion.

J'aime

amnaali0341
27 janv.

Upgrade your bedroom with luxurious comforter bedsheet sets from Red Home Store. Designed with premium fabrics and modern patterns, these sets bring warmth, style, and ultimate comfort to your space. Shop now and enjoy free nationwide delivery!

J'aime

Richard Jones
Richard Jones
07 janv.

Nice post. I was checking constantly this blog and I am impressed! Extremely helpful information specially the last part   I care for such info a lot. I was seeking this particular information for a very long time. Thank you and good luck. I also wanna talk about the best tv series streaming sites.

Modifié
J'aime

Soniya Singhania
Soniya Singhania
20 nov. 2024

Have you ever pondered the ideal way to enjoy a lavish evening in Delhi? An Delhi Call Girls service might be the solution, offering not just company but a glimpse into the high society lifestyle.

J'aime
bottom of page