mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Rename OSX to macOS and iPhoneOS to iOS.
This commit is contained in:
@@ -102,7 +102,7 @@ void editor_register_fonts(Ref<Theme> p_theme) {
|
||||
// - macOS doesn't use font hinting.
|
||||
// - Windows uses ClearType, which is in between "Light" and "Normal" hinting.
|
||||
// - Linux has configurable font hinting, but most distributions including Ubuntu default to "Light".
|
||||
#ifdef OSX_ENABLED
|
||||
#ifdef MACOS_ENABLED
|
||||
font_hinting = TextServer::HINTING_NONE;
|
||||
#else
|
||||
font_hinting = TextServer::HINTING_LIGHT;
|
||||
|
||||
Reference in New Issue
Block a user