Issue details
Hiero writes the padding array in the incorrect order, according to the BMFont file specification. Both the file tags and binary versions specify the ordering as: up, right, down, left.
Hiero is writing out the padding ordering as: up, left, down, right.
I believe this is an error, but please let me know if it was intentional for any reason (I'm patching my local build; will submit a PR).
Reproduction steps/code
Run Hiero, File > Save BMFont files (text)... and open the BMFont file.
Version of LibGDX and/or relevant dependencies
1.9.4
Stacktrace
Please select the affected platforms
Issue details
Hiero writes the padding array in the incorrect order, according to the BMFont file specification. Both the file tags and binary versions specify the ordering as: up, right, down, left.
Hiero is writing out the padding ordering as: up, left, down, right.
I believe this is an error, but please let me know if it was intentional for any reason (I'm patching my local build; will submit a PR).
Reproduction steps/code
Run Hiero, File > Save BMFont files (text)... and open the BMFont file.
Version of LibGDX and/or relevant dependencies
1.9.4
Stacktrace
Please select the affected platforms