#Font with less space between characters

1 messages · Page 1 of 1 (latest)

trail ginkgo
#

I want to make a loading bar in the actionbar, so i wanted to make a custom font for it, but the characters have a little bit of space between them, how can i reduce it so that they connect perfectly?

trail ginkgo
#
{
  "providers": [
    {
      "type": "bitmap",
      "file": "game:gui/sprites/bar/normal.png",
      "height": 9,
      "ascent": 8,
      "chars": [
        "123456789"
      ]
    },
    {
      "type": "space",
      "advances": {
        " ": 2,
        "\u200c": -2
      }
    }
  ]
}
#

this is what i tried, but no luck

trail ginkgo
#

oh wait this is a resource pack question, sorry