ps: never mind. Seems I don't need to do anything as the destructor does it automagically :-)
Hi
I use this:
https://github.com/PhilippMuenzel/PPL/blob/master/src/fontmgr.h
and all is working fine on Linux/Mac but on Windows it messes up the visual upon reloading my x-plane plugin. I get random visual artefacts hence I'm doing something wrong on exit.
Currently in pluginstop I only do:
m.unloadFont(FontGeladen);
What else do I need?
Many thanks and regards