← Back to context Comment by charcircuit 4 days ago The terminal emulator knows what font is being used so it should be possible to predict it. 1 comment charcircuit Reply kevin_thibedeau 4 days ago The terminal application doesn't know the font. The best you can do is discover ambiguous widths by printing codepoints and checking the change in cursor position. That's a suboptimal experience.
kevin_thibedeau 4 days ago The terminal application doesn't know the font. The best you can do is discover ambiguous widths by printing codepoints and checking the change in cursor position. That's a suboptimal experience.
The terminal application doesn't know the font. The best you can do is discover ambiguous widths by printing codepoints and checking the change in cursor position. That's a suboptimal experience.