Shen Yiming
Shen Yiming
It seems to be a bug while handling path with space on windows cmd.
Sorry, currently very busy on other project. Can you try compile the latest [msdfgen](https://github.com/Chlumsky/msdfgen) for your own platform and replace the binary inside `bin\platfrom` eg. [win32](https://github.com/soimy/msdf-bmfont-xml/tree/master/bin/win32) and give it another...
Thanks for mention it. There are several commits ahead of [Jam3/msdf-bmfont](https://github.com/Jam3/msdf-bmfont) related on this issue like 437b2cb66276dc383cbf69510822294ea396db6c and 4a7686590611df9a0e1e66048e11790d03271a01 . I'm no expert at font metrics things, so if you...
I’ll add @2x feature on TODO, thanks for the suggestion! Manual control over individual texture is planned for GUI, I don’t think it’s a good choice to do it in...
Second thought, this individual control can be accomplished by filename tag system
I'll look into that next week. Maybe add both `letter spacing` & `baseline offset` modifiers. What do you think?
Just tested your font, looks great. I didn't find any `offsetY` issue for now @Maligan
From your image every thing looks fine to me. For the first image, what is your `textField.horizontalAlign` and `textField.verticalAlign` ? If I guess right, they are `left` and `top`.
Great explanation on font metric graph! And I've tested the `autoSize` settings. You are right, when set to `autoSize = BOTH_DIRECTIONS`, textField's height is cropped to `bodyHeight` and `lineGap`(shoulder) is...
I'm happy that the latest fix solved a tiny piece of RTL problems for you. The real problem is `Opentype.js` module which I heavily relied on lack of support for...