Font selection for colored text
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I'm trying to set the font of my urxvt terminal. It seems to be working fine for text with no colors, whereas colored text is displayed differently:
As you can see the colored upper-case letters have the same height as the x-height of the non-colored text. What gives?
For reference the font-related properties I have in my .Xdefaults is:
URxvt.allow_bold: true
URxvt*font: xft:source code pro:regular:pixelsize=18;hinting=True;antialias:True
URxvt*imFont: xft:source code pro:regular:pixelsize=18;hinting=True;antialias:True
URxvt*boldFont: xft:source code pro:semibold:pixelsize=18;hinting=True;antialias:True
URxvt*italicFont: xft:source code pro:italic:pixelsize=18;hinting=True;antialias:True
URxvt*boldItalicFont: xft:source code:semibold:italic:pixelsize=18;hinting=True;antialias:True
URxvt*letterSpace: -1
rxvt
add a comment |Â
up vote
1
down vote
favorite
I'm trying to set the font of my urxvt terminal. It seems to be working fine for text with no colors, whereas colored text is displayed differently:
As you can see the colored upper-case letters have the same height as the x-height of the non-colored text. What gives?
For reference the font-related properties I have in my .Xdefaults is:
URxvt.allow_bold: true
URxvt*font: xft:source code pro:regular:pixelsize=18;hinting=True;antialias:True
URxvt*imFont: xft:source code pro:regular:pixelsize=18;hinting=True;antialias:True
URxvt*boldFont: xft:source code pro:semibold:pixelsize=18;hinting=True;antialias:True
URxvt*italicFont: xft:source code pro:italic:pixelsize=18;hinting=True;antialias:True
URxvt*boldItalicFont: xft:source code:semibold:italic:pixelsize=18;hinting=True;antialias:True
URxvt*letterSpace: -1
rxvt
1
That's not just colored, that's colored and bold.
â Ignacio Vazquez-Abrams
May 2 at 21:58
Ah indeed. I've changed all the fonts to be the same family now. Yet it persists.
â fredefox
May 2 at 22:00
@fredefox In that case, can you please update your post to include the actual contents of.Xdefaults
after changing fonts to the same family?
â Filipe Brandenburger
May 2 at 22:07
Absolutely. I've added a few more options as well. See update.
â fredefox
May 2 at 22:09
TheboldItalicFont:
seems to have a typo:xft:source code:
is missing thepro
.
â meuh
May 13 at 9:50
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I'm trying to set the font of my urxvt terminal. It seems to be working fine for text with no colors, whereas colored text is displayed differently:
As you can see the colored upper-case letters have the same height as the x-height of the non-colored text. What gives?
For reference the font-related properties I have in my .Xdefaults is:
URxvt.allow_bold: true
URxvt*font: xft:source code pro:regular:pixelsize=18;hinting=True;antialias:True
URxvt*imFont: xft:source code pro:regular:pixelsize=18;hinting=True;antialias:True
URxvt*boldFont: xft:source code pro:semibold:pixelsize=18;hinting=True;antialias:True
URxvt*italicFont: xft:source code pro:italic:pixelsize=18;hinting=True;antialias:True
URxvt*boldItalicFont: xft:source code:semibold:italic:pixelsize=18;hinting=True;antialias:True
URxvt*letterSpace: -1
rxvt
I'm trying to set the font of my urxvt terminal. It seems to be working fine for text with no colors, whereas colored text is displayed differently:
As you can see the colored upper-case letters have the same height as the x-height of the non-colored text. What gives?
For reference the font-related properties I have in my .Xdefaults is:
URxvt.allow_bold: true
URxvt*font: xft:source code pro:regular:pixelsize=18;hinting=True;antialias:True
URxvt*imFont: xft:source code pro:regular:pixelsize=18;hinting=True;antialias:True
URxvt*boldFont: xft:source code pro:semibold:pixelsize=18;hinting=True;antialias:True
URxvt*italicFont: xft:source code pro:italic:pixelsize=18;hinting=True;antialias:True
URxvt*boldItalicFont: xft:source code:semibold:italic:pixelsize=18;hinting=True;antialias:True
URxvt*letterSpace: -1
rxvt
edited May 2 at 22:09
asked May 2 at 21:53
fredefox
62
62
1
That's not just colored, that's colored and bold.
â Ignacio Vazquez-Abrams
May 2 at 21:58
Ah indeed. I've changed all the fonts to be the same family now. Yet it persists.
â fredefox
May 2 at 22:00
@fredefox In that case, can you please update your post to include the actual contents of.Xdefaults
after changing fonts to the same family?
â Filipe Brandenburger
May 2 at 22:07
Absolutely. I've added a few more options as well. See update.
â fredefox
May 2 at 22:09
TheboldItalicFont:
seems to have a typo:xft:source code:
is missing thepro
.
â meuh
May 13 at 9:50
add a comment |Â
1
That's not just colored, that's colored and bold.
â Ignacio Vazquez-Abrams
May 2 at 21:58
Ah indeed. I've changed all the fonts to be the same family now. Yet it persists.
â fredefox
May 2 at 22:00
@fredefox In that case, can you please update your post to include the actual contents of.Xdefaults
after changing fonts to the same family?
â Filipe Brandenburger
May 2 at 22:07
Absolutely. I've added a few more options as well. See update.
â fredefox
May 2 at 22:09
TheboldItalicFont:
seems to have a typo:xft:source code:
is missing thepro
.
â meuh
May 13 at 9:50
1
1
That's not just colored, that's colored and bold.
â Ignacio Vazquez-Abrams
May 2 at 21:58
That's not just colored, that's colored and bold.
â Ignacio Vazquez-Abrams
May 2 at 21:58
Ah indeed. I've changed all the fonts to be the same family now. Yet it persists.
â fredefox
May 2 at 22:00
Ah indeed. I've changed all the fonts to be the same family now. Yet it persists.
â fredefox
May 2 at 22:00
@fredefox In that case, can you please update your post to include the actual contents of
.Xdefaults
after changing fonts to the same family?â Filipe Brandenburger
May 2 at 22:07
@fredefox In that case, can you please update your post to include the actual contents of
.Xdefaults
after changing fonts to the same family?â Filipe Brandenburger
May 2 at 22:07
Absolutely. I've added a few more options as well. See update.
â fredefox
May 2 at 22:09
Absolutely. I've added a few more options as well. See update.
â fredefox
May 2 at 22:09
The
boldItalicFont:
seems to have a typo: xft:source code:
is missing the pro
.â meuh
May 13 at 9:50
The
boldItalicFont:
seems to have a typo: xft:source code:
is missing the pro
.â meuh
May 13 at 9:50
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f441413%2ffont-selection-for-colored-text%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
That's not just colored, that's colored and bold.
â Ignacio Vazquez-Abrams
May 2 at 21:58
Ah indeed. I've changed all the fonts to be the same family now. Yet it persists.
â fredefox
May 2 at 22:00
@fredefox In that case, can you please update your post to include the actual contents of
.Xdefaults
after changing fonts to the same family?â Filipe Brandenburger
May 2 at 22:07
Absolutely. I've added a few more options as well. See update.
â fredefox
May 2 at 22:09
The
boldItalicFont:
seems to have a typo:xft:source code:
is missing thepro
.â meuh
May 13 at 9:50