RobustToolbox icon indicating copy to clipboard operation
RobustToolbox copied to clipboard

System font API

Open PJB3005 opened this issue 1 year ago • 0 comments

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.

PJB3005 avatar Aug 23 '24 15:08 PJB3005