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…...app/Contents/Resources/DFonts", u"/Applications/Microsoft... PowerPoint.app/Contents/Resources/Fonts", }; #endif std::vector<String>...