From c37429b281a2f95569a1096e84fb21ef7a6f4edb Mon Sep 17 00:00:00 2001 From: Lakshay Angrish Date: Thu, 26 Dec 2019 11:12:02 +0530 Subject: [PATCH] add AngelCode format in BitmapFont doc's description --- doc/classes/BitmapFont.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/classes/BitmapFont.xml b/doc/classes/BitmapFont.xml index 16a28978d51..5b7c3def632 100644 --- a/doc/classes/BitmapFont.xml +++ b/doc/classes/BitmapFont.xml @@ -1,7 +1,8 @@ - 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 Renders text using [code]*.fnt[/code] fonts containing texture atlases. Supports distance fields. For using vector font files like TTF directly, see [DynamicFont].