diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2022-07-27 13:38:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-27 13:38:30 +0200 |
| commit | cc5135959b8d7956e93c566916352f5818f008f1 (patch) | |
| tree | af3ae059ee08e46b309da924ab90d592c25f7a05 /platform/macos/os_macos.h | |
| parent | 1bb56d92980c268a24d826a342ed4c44e7058b5a (diff) | |
| parent | 36ef8f29dcea579aab058e1778303e10360c7e83 (diff) | |
| download | redot-engine-cc5135959b8d7956e93c566916352f5818f008f1.tar.gz | |
Merge pull request #62973 from bruvzg/sysfont_support
Diffstat (limited to 'platform/macos/os_macos.h')
| -rw-r--r-- | platform/macos/os_macos.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/macos/os_macos.h b/platform/macos/os_macos.h index a6c23ab71e..a1eb0f7f69 100644 --- a/platform/macos/os_macos.h +++ b/platform/macos/os_macos.h @@ -97,6 +97,8 @@ public: virtual String get_locale() const override; + virtual Vector<String> get_system_fonts() const override; + virtual String get_system_font_path(const String &p_font_name, bool p_bold = false, bool p_italic = false) const override; virtual String get_executable_path() const override; virtual Error create_process(const String &p_path, const List<String> &p_arguments, ProcessID *r_child_id = nullptr, bool p_open_console = false) override; virtual Error create_instance(const List<String> &p_arguments, ProcessID *r_child_id = nullptr) override; |
