Change letter spacing in a bitmap font

This page summarizes the projects mentioned and recommended in the original post on /r/godot

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Texture-Fonts

    Godot Plugin for creating custom Fonts from Textures

  • Otherwise it can also be done via code. Have a look at the the Bitmap font class https://docs.godotengine.org/en/stable/classes/class_bitmapfont.html You could extract the chars, and create new chars with an increased advance in a loop. For a usage example, you could try looking at my plugins source code here: https://github.com/ElectronicBlueberry/Texture-Fonts/blob/master/addons/texture_fonts/Classes/TextureFont.gd where I do something similar in the build_font function.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • What's the Godot way to structuring the communication with the GUI?

    1 project | /r/godot | 4 Nov 2023
  • I made a quick tutorial for building a reusable menu node with a moving pointer

    1 project | /r/godot | 15 Jun 2023
  • Testing out a refactored dialogue system in Songs of Avenry, as well as some improved graphics

    1 project | /r/godot | 14 Jun 2023
  • The new 2d tilemap system is completely unusable

    3 projects | /r/godot | 3 Jun 2023
  • Any ideas on how I can correctly pass drag input to the children of my smooth scroll container? 🤔 (Left is native, right is custom)

    1 project | /r/godot | 2 Jun 2023