Skip to content

v3.5: Fixed line number spacing for Asian fonts

Compare
Choose a tag to compare
@elvirbrk elvirbrk released this 08 Feb 14:45
· 46 commits to master since this release

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