Last active
September 3, 2024 01:26
-
-
Save Kittoes0124/648a1c55ba190acbce508c0a9c8a283a to your computer and use it in GitHub Desktop.
Base 256 Numerals
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.\msdf-atlas-gen.exe ` | |
-chars '[0, 255]' ` | |
-font 'xDigitsSystem.ttf' ` | |
-format 'png' ` | |
-imageout 'xDigitsSystem.png' ` | |
-overlap ` | |
-pxalign 'on' ` | |
-scanline ` | |
-shadronpreview demo.shadron "Hello Shadron!`u{000D}`u{000A}" ` | |
-size 32 ` | |
-type 'sdf' ` | |
-uniformcellconstraint 'pots'; | |
https://arxiv.org/pdf/1707.03751 | |
https://github.com/Chlumsky/msdf-atlas-gen | |
https://odo.lv/Blog/150502 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment