font-kit
font-kit copied to clipboard
Load fonts faster on Windows than on Mac OSX
The reason probably is DirectWrite providing more performant API which in some case don't need to read file I suppose?
When it comes to Mac OSX, we just directly read from the font path.
Is there any similar API in CoreText?