Currently the fallback font for the font resource is stored as a binary array in the .cpp file... This should really be external, at the very least in its own header to prevent IDEs/text editors struggling with a large file or ideally completely separate as it bloats the library dll with often unused data.
Currently the fallback font for the font resource is stored as a binary array in the .cpp file... This should really be external, at the very least in its own header to prevent IDEs/text editors struggling with a large file or ideally completely separate as it bloats the library dll with often unused data.