Implement support for loading system fonts on Linux, macOS / iOS and Windows.

This commit is contained in:
bruvzg
2022-07-08 15:38:30 +03:00
parent 3e0e84a54c
commit 36ef8f29dc
27 changed files with 1089 additions and 54 deletions

View File

@ -270,6 +270,7 @@ def configure_msvc(env, manual_msvc_config):
"bcrypt",
"Avrt",
"dwmapi",
"dwrite",
]
if env["vulkan"]:
@ -441,6 +442,7 @@ def configure_mingw(env):
"avrt",
"uuid",
"dwmapi",
"dwrite",
]
)