delugia-code icon indicating copy to clipboard operation
delugia-code copied to clipboard

Please add variant with slash zero by default

Open IvayloHrTonev opened this issue 2 years ago • 2 comments

At the moment, the default option is 0 with a dot, and only in some editors it is possible to use an alternative

IvayloHrTonev avatar Aug 13 '23 14:08 IvayloHrTonev

i want to know where can i find , all the possible symobls i can make like u said slash + 0 , like somethign?

NormTurtle avatar Aug 13 '23 17:08 NormTurtle

i want to know where can i find , all the possible symobls i can make like u said slash + 0 , like somethign?

as this font is based on microsoft's cascadia code it should include the stylistic sets from it as well, which can be found here.


At the moment, the default option is 0 with a dot, and only in some editors it is possible to use an alternative

you can work around that by "feature freezing" the font with a tool like pyftfeatfreeze which hardcodes the stylistic sets in the font. for example I used this commandline to hardcode the slashed zero and the graphical control symbols (ss20)

pyftfeatfreeze --features zero,ss20 --names --suffix --usesuffix Frozen DelugiaComplete.ttf DelugiaFrozen.ttf

second2050 avatar Apr 06 '24 15:04 second2050