I know that custom fonts are possible and people have done it before, but is it possible to code a counting system or like a cash display GUI with the custom font? By cash display i mean something similar as Super Mario 64’s Star Counter and or HUD.
I’m looking for an entire coding example, not just a step by step explanation without code because i can’t really follow those.
You can create a texture atlas of all the numbers you need and reference individual numbers via pixel offset defined in a dictionary. The UI could be a frame containing a UIListLayout, spreading horizontally from left to right, and dynamically create/update/destroy images within the frame as the number changes.
Try chat gpt? AFAIK dev forums disallows spoon feeding complete coding solutions. This is not a very easy concept, big ask to want someone to do the entire thing here.