Heliothryx Localization Tool: Text Converter

This is procedural font. To minimize program size, only necessary characters are implemented:

Actually this is part of ASCII table starting from '0' (0x30).

Note that not all latin characters are in fact implemented, for example, 'S' can be successfully replaced by number 5, so other symbol are placed in place of 'S'. Some punctuation symbols are also replaced, for example, dot (.) in ASCII table have 0x2E code which is outside our range, so it is implemented in place of useless grave accent symbol (`).

To make process of writing string constants easier, this tool has been made. Write any text to first field, hit Enter and take string that you can use in your code. If you try to use unsupported characters, they will be replaced by dot and you will get warning.

 

Developed by: Roman Shuvalov