You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/manuals/font.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,8 @@ See [Enabling Runtime Fonts](/manuals/font#enabling-runtime-fonts)
34
34
The `.fontc` file format is also known as a font collection. In offline mode, only one font is associated with it.
35
35
When using runtime fonts, you can associate more than one font file (.ttf) with the font collection.
36
36
37
-
This allows for using the a font collection when rendering multiple texts in different languages, while also keeping the memory foot print low.
38
-
E.g. loading a collection with the japanese font, then associate that font with the current main font, followed by unloading the japanese font collection.
37
+
This allows for using the a font collection when rendering multiple texts in different languages, while also keeping the memory footprint low.
38
+
E.g. loading a collection with the Japanese font, then associate that font with the current main font, followed by unloading the Japanese font collection.
0 commit comments