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 {{ fontFileName }}.

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="{{sampleText}}"
        font="{{fontFileName}}"
        color="#33C3F0"
        negate="false">
</a-text>