LoadExternalFonts call is very slow. Is there any way to improve performance?
Sample code I am using:
std::Vector<String> candidatePaths;
#ifdef MACINTOSH
candidatePaths = {
u"/Applications/Microsoft PowerPoint…...Sample code I am using: std::vector<String> candidatePaths; #ifdef...app/Contents/Resources/Fonts", }; #endif std::vector<String> validPaths; validPaths...