-
Notifications
You must be signed in to change notification settings - Fork 28
Recommendations for code changes #46
Copy link
Copy link
Open
Labels
progress: waiting for confirmation and closeWaiting for confirmation and closeWaiting for confirmation and close
Description
Some global variables in the code many affect having multiple instances of the fontrender.
in my copy I moved
FT_Library g_FtLibrary;
bool g_NeedInitialize
from OpenFontRenderer.cpp into the the private section of the class OpenFontRender in the .h file.
I did not check if any of the underlying code has globals.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
progress: waiting for confirmation and closeWaiting for confirmation and closeWaiting for confirmation and close