soimy/msdf-bmfont-xml

Packing setting save & re-use needed.

soimy opened this issue · 2 comments

soimy commented

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.

soimy commented

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

soimy commented

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