v3.5: Fixed line number spacing for Asian fonts
Fix:
- Created workaround for bug #37
Since Asian fonts have some empty space before and after characters, space is also added to line numbers in order to align them. But since it is not known which Asian font will be used (depends on system settings), there are parameters in config file (AsianBeforeSpace - pixels of empty space above line number and AsianAfterSpace - pixels of empty space under line number) that can be used to align line numbers for each user. - Fixed bug #39