soimy / msdf-bmfont-xml

Generate BMFont texture and spec XML using msdfgen

Home Page:https://soimy.github.io/msdf-bmfont-xml/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Packing setting save & re-use needed.

soimy opened this issue · comments

Most of the time, packed atlas will have much spare space left. It's necessary and possible to reuse previous Atlas and settings to add a new font to it.

Implemented in PR #3 . The only restriction is the original atlas cannot enlarge for now. Some work to be done in packing algorithm.

In commit ee10592 , update maxrects-packer to v1.2.0, packer sizing option is supported.