Calculate character width in monospace fonts
This tool will calculate how many character spaces are consumed by the given string. It is useful if you are displaying a file with monospaced fonts. Usually, a Chinese character takes 2 spaces. So the following string will return 10.
"白日依山尽".
I create this tool to calculate the text width, so that I can aligned them using tab.