* Added thread safety to the font loading. This allows you to add requests for loading a font from multiple threads. The dictionaries containing the font data are locked before modification or access and released immediately after to allow the operations to occur in parallel outside of the modification.