diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-12-30 16:35:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-30 16:35:53 +0100 |
commit | ae9716cf78636ef7a199746944bee9c302892eed (patch) | |
tree | c596f75c41b14f0ff676812e3e7793c22727743c /doc/classes | |
parent | fa3577b0edeeb3c6e08a592485581cda1f19fd47 (diff) | |
parent | c37429b281a2f95569a1096e84fb21ef7a6f4edb (diff) |
Merge pull request #34611 from lakshay-angrish/33841_bitmapfont_doc
add AngelCode format in BitmapFont doc's description
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/BitmapFont.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/classes/BitmapFont.xml b/doc/classes/BitmapFont.xml index 16a28978d5..5b7c3def63 100644 --- a/doc/classes/BitmapFont.xml +++ b/doc/classes/BitmapFont.xml @@ -1,7 +1,8 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="BitmapFont" inherits="Font" category="Core" version="3.2"> <brief_description> - Renders text using [code]*.fnt[/code] fonts. + Renders text using fonts under the [url=https://www.angelcode.com/products/bmfont/]BMFont[/url] format. + Handles files with the [code].fnt[/code] extension </brief_description> <description> Renders text using [code]*.fnt[/code] fonts containing texture atlases. Supports distance fields. For using vector font files like TTF directly, see [DynamicFont]. |