Image-based fonts

An asset by droc101
The page banner background of a mountain and forest
Image-based fonts hero image

Quick Information

0 ratings
Image-based fonts icon image
droc101
Image-based fonts

This tool allows typing with fonts made from a collection of PNG images.

Supported Engine Version
3.1
Version String
1.1
License Version
MIT
Support Level
community
Modified Date
3 years ago
Git URL
Issue URL

Godot Multicolored Fonts (Version 1.1)

A script that allows rendering of fonts with image files as the characters.

Fonts

Font #1 (font folder): A very bad font... Font #2 (pixel-sans-serif folder) A 16x16 sans-serif font

Current Features:

  • All letters, space, and numbers (/ is used a newline)
  • Horizontal and vertical charachter spacing
  • Text offset
  • Font Size
  • Image extension (E.G. ".png" or ".bmp")

Installation

Copy the .gd script and font folder into the res:// directory If you want, you can also copy over demo.tscn

Notes

PNG is the reccomended file format, as it allows for transparency.

Creating Custom Fonts

The image files are named with the following syntax: [letter].[extension] Examples: a.png, b.bmp, 5.jpg Some symbols cannot be printed due to filename restrictions. Examples of theese are / : | \ & < > ? ! + and a few more.

You DO NOT need to provide the space image.

The recommended size for the font is 16x16.

Do not make it too big, as the minimum font size is the image size. Also, make sure the images are all the same size.

This tool allows typing with fonts made from a collection of PNG images.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Image-based fonts icon image
droc101
Image-based fonts

This tool allows typing with fonts made from a collection of PNG images.

Supported Engine Version
3.1
Version String
1.1
License Version
MIT
Support Level
community
Modified Date
3 years ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers