libgui|Font: Improved thread-safety
Native fonts are now designed to be used only in a single thread,and internally in de::Font there is a separate native font instance perthread. This allows text operations to proceed without blocking inall the background threads.
View differences
libgui|Font: Improved thread-safety
Native fonts are now designed to be used only in a single thread,
and internally in de::Font there is a separate native font instance per
thread. This allows text operations to proceed without blocking in
all the background threads.