Closed htdag closed 5 years ago
Nice catch! Can you share your command line and font and then I could reproduce the problem.
fontbm --font-file sample.ttf --output sample --font-size 48 --texture-width 512 --texture-height 384 --data-format xml --include-kerning-pairs --chars-file "chars.txt"
Just fixed missing kernings, there was only one kerning value for each pair of characters (for example for A
and V
, but not for V
and A
).
TTF vs BMFont vs FontBM (ươ ượ VA ...). From image, bitmap font from fontbm with
--include-kerning-pairs
but kerning amount is wrong.