diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-03-22 12:47:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-22 12:47:00 +0100 |
commit | 2a116f601b839df9e4a00cb6c4242fcc24b4853e (patch) | |
tree | 98fd90f5972c3518b11616b00ebe0edfa25c962d /doc | |
parent | 50f3154d55e9a77fff18ce6592e2ce9bc5ba292d (diff) | |
parent | e07a8f0aa66b9dcd62175c53de35cb8df934b733 (diff) |
Merge pull request #59275 from bruvzg/ft_brotli
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/FontData.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/FontData.xml b/doc/classes/FontData.xml index 9344a1fe80..313e3e31fc 100644 --- a/doc/classes/FontData.xml +++ b/doc/classes/FontData.xml @@ -3,7 +3,7 @@ <brief_description> Font source data and prerendered glyph cache, imported from dynamic or bitmap font. Supported font formats: - - Dynamic font importer: TrueType (.ttf), OpenType (.otf), WOFF (.woff), Type 1 (.pfb, .pfm). + - Dynamic font importer: TrueType (.ttf), OpenType (.otf), WOFF (.woff), WOFF2 (.woff2), Type 1 (.pfb, .pfm). - Bitmap font importer: AngelCode BMFont (.fnt, .font), text and binary (version 3) format variants. - Monospace image font importer: All supported image formats. </brief_description> @@ -318,7 +318,7 @@ <return type="int" enum="Error" /> <argument index="0" name="path" type="String" /> <description> - Loads a TrueType (.ttf), OpenType (.otf), WOFF (.woff) or Type 1 (.pfb, .pfm) dynamic font from file [code]path[/code]. + Loads a TrueType (.ttf), OpenType (.otf), WOFF (.woff), WOFF2 (.woff2) or Type 1 (.pfb, .pfm) dynamic font from file [code]path[/code]. [b]Warning:[/b] This method should only be used in the editor or in cases when you need to load external fonts at run-time, such as fonts located at the [code]user://[/code] directory. </description> </method> |