
Publisher
electronicblueberry
Texture Fonts 2D
Allows for the creation of fonts from images. It adds a new custom resource "TextureFont" and an editor. The plugins main purpose is to create custom fonts, but it can also be used to extend other BitmapFonts. Features include: - Character width determined automatically from texture, or set uniformly with a mono-space option - Add multiple textures to a single font - Set the width and offset for individual characters, or multiple characters at once - Set the kerning for multiple character pai...
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
Texture-Fonts
Texture Fonts is a Plugin for Godot 3.4+ that allows for easy creation of custom Fonts directly inside of Godot. Simply load a texture, specify some parameters, and the plugin will generate all necessary font-data.
The Plugin adds a new custom Resource "TextureFont", and a Font Editor to edit the Fonts.
Create hand-drawn or pixel art Fonts directly inside of Godot, or add custom emoji to existing fonts.
Usage
Download the addon, enable it, and create a new Resource with the type "TextureFont". Add a Texture to get started.
Check out the examples included in this repository to see what's possible when creating your own Fonts.
For guides and a complete documentation, see the Wiki