fallahn / xygine

2D engine / framework built around SFML
218 stars 19 forks source link

Fallback font should be stored outside of TU #105

Closed fallahn closed 6 years ago

fallahn commented 6 years ago

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.