Skip to content
This repository has been archived by the owner on Nov 3, 2019. It is now read-only.

Tewi2a is misplaced in urxvt #5

Closed
kevinvdburgt opened this issue Apr 19, 2014 · 2 comments
Closed

Tewi2a is misplaced in urxvt #5

kevinvdburgt opened this issue Apr 19, 2014 · 2 comments

Comments

@kevinvdburgt
Copy link

Hi, first: this font is awesome, thanks!

But i have an issue with this font. the letter 'a' looks like its misplaced (see screenshot).

2014-04-19-164805_317x60_scrot

My Xresources contains the following:
[code]
URxvt_font: -lucy-tewi2a-medium-r-normal--11-90-75-75-p-58-iso10646-1
URxvt_boldFont: -lucy-tewi2a-bold-r-normal--11-90-75-75-p-58-iso10646-1
URxvt_italicFont: -lucy-tewi2a-medium-r-normal--11-90-75-75-p-58-iso10646-1
URxvt_bolditalicFont: -lucy-tewi2a-bold-r-normal--11-90-75-75-p-58-iso10646-1
[/code]

@lucy
Copy link
Owner

lucy commented Apr 19, 2014

Currently you'll have to use something like this:

URxvt*font:           -lucy-tewi-medium-r-normal--11-90-75-75-p-58-iso10646-1, \
                      -lucy-tewi2a-medium-r-normal--11-90-75-75-p-58-iso10646-1
URxvt*boldFont:       -lucy-tewi-bold-r-normal--11-90-75-75-p-58-iso10646-1, \
                      -lucy-tewi2a-bold-r-normal--11-90-75-75-p-58-iso10646-1
URxvt*italicFont:     -lucy-tewi-medium-r-normal--11-90-75-75-p-58-iso10646-1, \
                      -lucy-tewi2a-medium-r-normal--11-90-75-75-p-58-iso10646-1
URxvt*bolditalicFont: -lucy-tewi-bold-r-normal--11-90-75-75-p-58-iso10646-1, \
                      -lucy-tewi2a-bold-r-normal--11-90-75-75-p-58-iso10646-1

or this (works since ~/.Xresources is passed through the c preprocessor):

#define normal -lucy-tewi-normal-r-normal--11-90-75-75-p-58-iso10646-1, \
               -lucy-tewi2a-normal-r-normal--11-90-75-75-p-58-iso10646-1
#define bold   -lucy-tewi-bold-r-normal--11-90-75-75-p-58-iso10646-1, \
               -lucy-tewi2a-bold-r-normal--11-90-75-75-p-58-iso10646-1
URxvt*font:           normal
URxvt*boldFont:       bold
URxvt*italicFont:     normal
URxvt*bolditalicFont: bold

I may try to find a nicer way to deal with this eventually.

@kevinvdburgt
Copy link
Author

It worked, thanks!

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

No branches or pull requests

2 participants