godot/platform/ios
bruvzg ecec415988
Use system fonts as fallback and improve system font handling.
Add support for font weight and stretch selection when using system fonts.
Add function to get system fallback font from a font name, style, text, and language code.
Implement system font support for Android.
Use system fonts as a last resort fallback.
2022-12-04 18:44:20 +02:00
..
api
export [Export] Use image loader directly to avoid "resource as image file" errors. 2022-11-21 10:11:59 +02:00
app_delegate.h
app_delegate.mm [iOS] Read document and cache path directly in the OS code, instead of passing in from main. 2022-11-29 14:58:12 +02:00
detect.py
device_metrics.h
device_metrics.m
display_layer.h
display_layer.mm
display_server_ios.h Merge pull request #67879 from bruvzg/fix_no_vlk 2022-10-31 14:29:05 +01:00
display_server_ios.mm Remove duplicate project settings definitions 2022-11-08 01:29:39 +01:00
godot_app_delegate.h
godot_app_delegate.m
godot_ios.mm [iOS] Read document and cache path directly in the OS code, instead of passing in from main. 2022-11-29 14:58:12 +02:00
godot_view_gesture_recognizer.h
godot_view_gesture_recognizer.mm
godot_view_renderer.h
godot_view_renderer.mm
godot_view.h
godot_view.mm Add ProMotion Support to iOS Exports 2022-10-31 09:33:39 -04:00
ios.h
ios.mm
joypad_ios.h
joypad_ios.mm
keyboard_input_view.h
keyboard_input_view.mm
logo.png
main.m
os_ios.h Use system fonts as fallback and improve system font handling. 2022-12-04 18:44:20 +02:00
os_ios.mm Use system fonts as fallback and improve system font handling. 2022-12-04 18:44:20 +02:00
platform_config.h
README.md
SCsub
tts_ios.h
tts_ios.mm
view_controller.h
view_controller.mm
vulkan_context_ios.h Fix build with Vulkan disabled and no Vulkan headers installed. 2022-10-26 08:55:05 +03:00
vulkan_context_ios.mm Fix build with Vulkan disabled and no Vulkan headers installed. 2022-10-26 08:55:05 +03:00

iOS platform port

This folder contains the C++, Objective-C and Objective-C++ code for the iOS platform port.

See also misc/dist/ios_xcode folder for the Xcode project template used for packaging the iOS export templates.

Documentation