Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System font API #5393

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

PJB3005
Copy link
Member

@PJB3005 PJB3005 commented Aug 23, 2024

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:

  • Memory map fonts to reduce memory usage and improve loading perf.

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.
@PJB3005 PJB3005 marked this pull request as draft August 23, 2024 15:26
@PJB3005 PJB3005 marked this pull request as ready for review August 23, 2024 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant