soimy / msdf-bmfont-xml

Generate BMFont texture and spec XML using msdfgen
https://soimy.github.io/msdf-bmfont-xml/
MIT License
316 stars 46 forks source link

Is it possible to make atlas for multiple characters glyps? #83

Closed Zemledelec closed 2 years ago

Zemledelec commented 2 years ago

It 's better to have whole words (towns, countries etc. labels) to render instead of many glyps one by one. Is it possible to get atlas for separate words with bmfont? Thanks!

soimy commented 2 years ago

msdf-bmfont-xml is not designed for this. Try TexturePacker or Atlasify

Zemledelec commented 2 years ago

Thanks!