LibGDX - FreeTypeFont Centering

Hi there,

I’m currently using the FreeTypeFontGenerator for fonts. I’m looking for a way to center the text at all times, no matter the text or score.

Example:

    • 70 - -
  • 700 -
  • 7000 -
    -70000-
    … etc… if that makes sense.

Thanks!