mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 19:29:06 +00:00
Merge pull request #8363 from Calinou/add-runtime-file-loading-saving
Add a page on runtime file loading and saving
This commit is contained in:
@@ -665,7 +665,8 @@ possible to display CJK characters and emoji without having to load a custom
|
||||
font. There are some restrictions that apply though, as mentioned in the
|
||||
:ref:`Using emoji <doc_using_fonts_emoji>` section.
|
||||
|
||||
Create a SystemFont resource in the location where you desire to use the system font:
|
||||
Create a :ref:`class_SystemFont` resource in the location where you desire to
|
||||
use the system font:
|
||||
|
||||
.. figure:: img/using_fonts_system_font_create.webp
|
||||
:align: center
|
||||
@@ -720,6 +721,10 @@ that labels can extend further if needed.
|
||||
distributions, different fonts may be displayed for a given system font name
|
||||
or alias.
|
||||
|
||||
It is also possible to load fonts at runtime even if they aren't installed on the system.
|
||||
See :ref:`Runtime loading and saving <doc_runtime_file_loading_and_saving_fonts>`
|
||||
for details.
|
||||
|
||||
.. _doc_using_fonts_font_prerendering:
|
||||
|
||||
Font prerendering
|
||||
|
||||
Reference in New Issue
Block a user