Browse Source

Merge pull request #8875 from dustdfg/patch-1

Update gui_using_fonts.rst
Max Hilbrunner 1 year ago
parent
commit
a9f5cc75f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/ui/gui_using_fonts.rst

+ 1 - 1
tutorials/ui/gui_using_fonts.rst

@@ -66,7 +66,7 @@ Bitmap fonts
 
 
 Godot supports the BMFont (``.fnt``) bitmap font format. This is a format created
 Godot supports the BMFont (``.fnt``) bitmap font format. This is a format created
 by the `BMFont <https://www.angelcode.com/products/bmfont/>`__ program. Many
 by the `BMFont <https://www.angelcode.com/products/bmfont/>`__ program. Many
-BMFont-compatible programs also exist, like `BMGlyph <https://www.bmglyph.com/>`__.
+BMFont-compatible programs also exist, like `BMGlyph <https://www.bmglyph.com/>`__ or web-based `fontcutter <https://github.com/fabienbk/fontcutter>`__.
 
 
 Alternatively, you can import any image to be used as a bitmap font. This is
 Alternatively, you can import any image to be used as a bitmap font. This is
 only supported for **monospaced** fonts (fonts where each character has the same
 only supported for **monospaced** fonts (fonts where each character has the same