noahtheprogrammer/saltyminer

Glitch in UI resizing

Closed this issue · 1 comments

The UI is not appearing correctly because the font used in development (Roboto Medium) is not supported on other devices without it. This needs to be fixed by using something such as AddFontResourceEx() that points to the font that needs to be embedded.

Below is the font that needs to be integrated into the application:
roboto_medium.zip

_dev fixed the error and now the user interface loads the font into memory.