[Github-comments] [geany/geany] "Long line marker" does not match line length for different fonts (#2811)

elextr notifications at xxxxx
Thu May 20 00:21:03 UTC 2021


Ubuntu regular is a variable width font, different characters have different widths.  Therefore its not possible to draw a continuous straight vertical line through a specific column since the position of that column depends on which characters exist in the lines. 

The vertical line is drawn at the position as if all the lines contained all spaces.

When you use a "mono" font is its monospaced, ie all characters have the same width, so column 72 of a line of spaces is the same as a line of `a`s or `z`s or anything and it works.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2811#issuecomment-844585527
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210519/c00078a6/attachment.htm>


More information about the Github-comments mailing list