Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does this work with libgdx ? #18

Open
xeoshow opened this issue Oct 18, 2015 · 4 comments
Open

Does this work with libgdx ? #18

xeoshow opened this issue Oct 18, 2015 · 4 comments

Comments

@xeoshow
Copy link

xeoshow commented Oct 18, 2015

Hi,

Just would like to know if this works with libgdx ?

Thanks.

@Wulf
Copy link

Wulf commented Dec 31, 2015

Sure does, with a slight touch :)

Add padding=0,0,0,0 in the first line of the *.fnt file. I put it before the spacing, only because that's how BMFont does it. For example:
info face="Sui Generis" size=10 bold=0 italic=0 smooth=1 padding=0,0,0,0 spacing=0,0

Use the default output settings:
libgdxfont

@Wulf
Copy link

Wulf commented Dec 24, 2017

@Dillybob1992 I think you downloaded this version back from 2012 (I guess it didn't have a BMFont export factory defined).

Try cloning this repo and make it from source!
I know there aren't any instructions in the README, but let me know if this works for you (you'll need qt and some c++ build tools installed):

$ git clone ...
$ cd fontbuilder
$ qmake
$ make

Source: NicoHood from the AUR.

You could potentially try looking into other methods listed in the LibGDX wiki.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@xeoshow @Wulf and others