Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tutorials/ui/gui_using_fonts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,11 @@ System fonts

Loading system fonts is only supported on Windows, macOS, Linux, Android and iOS.

However, loading system fonts on Android is unreliable as there is no
official API for doing so. Godot has to rely on parsing system configuration
files, which can be modified by third-party Android vendors. This may result
in non-functional system font loading.

System fonts are a different type of resource compared to imported fonts. They
are never actually imported into the project, but are loaded at run-time. This
has 2 benefits:
Expand Down