You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain wide unicode characters, for example ⚔ (the crossed swords character U+2694) appear as about half their size relative to alphanumeric characters. There doesn't seem to be any configuration to display them at their full size. Some ideas:
If there is spacing between characters (due to hex layout, forceSquareRatio, or explicit spacing) display the characters at their full width when space is available.
Offer additional display options to either (a) display unicode characters at whatever reduced size is required to display them at their normal aspect ratio (this is the current default), (b) display them centered and cropped, or (c) compress them horizontally or vertically so that they take up the full space provided at a different aspect ratio.
The text was updated successfully, but these errors were encountered:
thanks for the report! Would you be willing to provide some examples regarding the incorrect rendering? My quick example at https://jsfiddle.net/nwu78s30/ shows proper character size (the same width as other characters, the main property of a monospaced font), at least on my Firefox / Ubuntu machine.
Certain wide unicode characters, for example ⚔ (the crossed swords character U+2694) appear as about half their size relative to alphanumeric characters. There doesn't seem to be any configuration to display them at their full size. Some ideas:
The text was updated successfully, but these errors were encountered: