1
0
Fork 0
mirror of synced 2024-06-16 17:45:00 +12:00
FiraCode/features/calt/cross.fea

9 lines
309 B
Plaintext
Raw Normal View History

lookup hexadecimal_x {
### 0xFF
sub [zero zero.zero] x' [@Digit @HexDigit] by x.multiply;
sub [zero.tosf zero.zero.tosf zero.tosf.zero] x' [@DigitTosf @HexDigit] by x.multiply.tosf;
### 800x600
sub @Digit x' @Digit by x.multiply;
sub @DigitTosf x' @DigitTosf by x.multiply.tosf;
} hexadecimal_x;