Halsafar
Halsafar
Is it possible to show audio support in your html video player? I suppose it is just RAW mono pcm audio, so it shouldn't be to hard to figure out...
If OpenGL Context dies and you need to reload everything the FontSystem singleton prevents reinitializing gltext. The FontSystem() constructor essentially needs to be called again when OpenGL context dies.
It appears there is absolutely no way to clean up a font. The way you load fonts prevents us from using 'new' and you don't provide a destroy() method. For...