mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Merge pull request #8442 from Calinou/using-fonts-system-fonts-android-unreliable
Mark Android system font loading as unreliable in Using fonts
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user