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

Missing characters in fnt and png

soccerob opened this issue · comments

I tried running my ttf with a custom charset that includes characters for multiple languages, but when I view the output fnt file, it only has 97 of the 170 characters that I'm expecting (from my charset).
My charset is: https://gist.github.com/soccerob/c509e967017c1acdf06c2aca5ce4344b

!  "#$%&'()*+,-./0123456789:;?@abcdefghijklmnopqrstuvwxyz[]^_`abcdefghijklmnopqrstuvwxyz{|}~¡«»¿ÀÁÂÄÅÆÇÈÉÊËÌÍÎÏÑÒÓÔÖØÙÚÛÜßàáâäåæçèéêëìíîïñòóôöøùúûüÿŒœŸ–—’“”„€\‘<=>°·•ãúõ

I just tested and all works fine.
Please post your msdf-bmfont-xml version, platform and font you are using. Also make sure to save your charset file in utf-8

My mistake, was txt file was not saved as UTF-8

Good to hear that. I should mention this charset file encoding in the README