MSDF font generator

1. Select font

Default font is Microsoft YaHei, which supports several languages. Optionally, upload another (.ttf) font:

2. Select character set

3. Create MSDF font

The generated file will be named custom-msdf.json.

4. Preview and download files

Preview shows only first five characters of charset.

5. Example usage

To use the generated MSDF font in A-Frame:

<a-text value="你好世界"
        font="custom-msdf.json"
        color="#33C3F0"
        negate="false">
</a-text>