I am working with the Windows Console, some Unicode code points such as / U+0FF0F FULLWIDTH SOLIDUS
are two columns wide when printed, is there a way to get the width of the code point when printed? Unix has wcwidth()
. C# or winapi ideas would be great.
Many thanks in advance.