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:
Max Hilbrunner
2023-11-05 00:08:50 +01:00
committed by GitHub
4 changed files with 289 additions and 2 deletions
+6 -1
View File
@@ -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