Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Underscore is not always visible #2353

Closed
GFdevelop opened this issue Oct 11, 2019 · 2 comments
Closed

Underscore is not always visible #2353

GFdevelop opened this issue Oct 11, 2019 · 2 comments

Comments

@GFdevelop
Copy link

OS: Arch Linux x86_64
Resolution: 1366x768 @ 60.05Hz
DE: Budgie
WM: Mutter(Budgie)
Geany 1.36, it_IT.UTF-8
GTK 3.24.12, GLib 2.62.1
Font: Monospace Regular, 10

From geany 1.36 I can't see the underscore:

geany-underscore

@elextr
Copy link
Member

elextr commented Oct 11, 2019

Duplicate of #2287, see that for workaround of faulty fonts.

Note: the times its visible in your example is when the colour scheme selects bold which the font clearly has right.

@bencaradocdavies
Copy link

(Copied from #2466)

I just got the line_height workaround to work with excellent results. The line_height setting can be found in "Tools" > "Configuration Files" > "filetypes.common". To change this setting from its default line_height=0;0; there are two things to note:

  • #~ lines are commented and have no effect.
  • The file format is an INI file so uncommenting the line_height line is insufficient because the [styling] section is also required; either uncomment this line or add a new [styling] section at the end.

The only uncommented lines in my filetypes.common are now:

[styling]
line_height=0;2;

With this setting and DejaVu Sans Mono Book size 12, underscores are visible. Using line_height=0;1; also works, but line_height=0;2; gives me, for the first time ever, exact agreement (as far as I can tell) with the line height in xfce4-terminal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants