add AngelCode format in BitmapFont doc's description

This commit is contained in:
Lakshay Angrish 2019-12-26 11:12:02 +05:30
parent 318c693516
commit c37429b281

View file

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<class name="BitmapFont" inherits="Font" category="Core" version="3.2"> <class name="BitmapFont" inherits="Font" category="Core" version="3.2">
<brief_description> <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> </brief_description>
<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]. Renders text using [code]*.fnt[/code] fonts containing texture atlases. Supports distance fields. For using vector font files like TTF directly, see [DynamicFont].