RobustToolbox
RobustToolbox copied to clipboard
System font API
This is a new API that allows operating system fonts to be loaded by the engine and used by content.
Fonts are provided in a flat list exposing all the relevant metadata. They are loaded from disk with a Load call.
Initial implementation is only for Windows DirectWrite.
TODO:
- [x] Memory map fonts to reduce memory usage and improve loading perf.