I tried adding font_options:[“italic”, “directwrite”] and that works just as expected.
But bold and italic are lost when they’re set via color scheme.
Maybe it’s related with:
I tried adding font_options:[“italic”, “directwrite”] and that works just as expected.
But bold and italic are lost when they’re set via color scheme.
Maybe it’s related with:
This is because Roboto Mono isn’t actually monospaced across variants. See https://github.com/google/fonts/issues/142.
I should note, I believe the reason that it sometimes works without directwrite on is that I believe the GDI font hinting causes the bold and regular variants to be the same width at certain sizes.