Add font loading functionality and refactor font handling in core

This commit is contained in:
scawful
2024-11-15 21:21:13 -05:00
parent 8490625078
commit 876a83f61c
6 changed files with 188 additions and 183 deletions

View File

@@ -19,6 +19,7 @@ if(APPLE)
list(APPEND YAZE_APP_CORE_SRC
app/core/platform/file_dialog.mm
app/core/platform/app_delegate.mm
app/core/platform/font_loader.cc
app/core/platform/font_loader.mm
app/core/platform/clipboard.mm
app/core/platform/file_path.mm