You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/ui/gui_using_fonts.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ Bitmap fonts
66
66
67
67
Godot supports the BMFont (``.fnt``) bitmap font format. This is a format created
68
68
by the `BMFont <https://www.angelcode.com/products/bmfont/>`__ program. Many
69
-
BMFont-compatible programs also exist, like `BMGlyph <https://www.bmglyph.com/>`__.
69
+
BMFont-compatible programs also exist, like `BMGlyph <https://www.bmglyph.com/>`__ or web-based `fontcutter <https://github.com/fabienbk/fontcutter>`__.
70
70
71
71
Alternatively, you can import any image to be used as a bitmap font. This is
72
72
only supported for **monospaced** fonts (fonts where each character has the same
0 commit comments