X increase the font size of a single application (no X resources)
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I want to increase the font size of a single X application which doesn't seem to have an Xresource for fonts and faces. How might I go about doing this?
(Ironically, the applications for which I want to increase the font size of are editres and xfontsel. I'm using this to configure a high-resolution display.)
Links and approaches tried
appres can be used to list Xresources that can be set for an application. But the output for editres contains no mention of font or face- Arch wiki discusses high resolution displays
- Some applications have Xresources for font settings
This question discusses scaling an X application. The approaches there don't apply to my case.
xorg fonts
add a comment |Â
up vote
0
down vote
favorite
I want to increase the font size of a single X application which doesn't seem to have an Xresource for fonts and faces. How might I go about doing this?
(Ironically, the applications for which I want to increase the font size of are editres and xfontsel. I'm using this to configure a high-resolution display.)
Links and approaches tried
appres can be used to list Xresources that can be set for an application. But the output for editres contains no mention of font or face- Arch wiki discusses high resolution displays
- Some applications have Xresources for font settings
This question discusses scaling an X application. The approaches there don't apply to my case.
xorg fonts
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I want to increase the font size of a single X application which doesn't seem to have an Xresource for fonts and faces. How might I go about doing this?
(Ironically, the applications for which I want to increase the font size of are editres and xfontsel. I'm using this to configure a high-resolution display.)
Links and approaches tried
appres can be used to list Xresources that can be set for an application. But the output for editres contains no mention of font or face- Arch wiki discusses high resolution displays
- Some applications have Xresources for font settings
This question discusses scaling an X application. The approaches there don't apply to my case.
xorg fonts
I want to increase the font size of a single X application which doesn't seem to have an Xresource for fonts and faces. How might I go about doing this?
(Ironically, the applications for which I want to increase the font size of are editres and xfontsel. I'm using this to configure a high-resolution display.)
Links and approaches tried
appres can be used to list Xresources that can be set for an application. But the output for editres contains no mention of font or face- Arch wiki discusses high resolution displays
- Some applications have Xresources for font settings
This question discusses scaling an X application. The approaches there don't apply to my case.
xorg fonts
edited Nov 19 '17 at 21:15
asked Nov 19 '17 at 21:08
Att Righ
574313
574313
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
Both of those use the X toolkit (as noted in their manual pages), which means they also recognize its command-line options such as -fn
(font). In a quick check, I was able to run those with the 10x20 font.
editres -fn 10x20
xfontsel -fn 10x20
There is a summary of the options in X(7).
1
Nice. These seem to accept any x font (xlsfonts
) including scalable fonts:-adobe-helvetica-medium-r-normal--$PXSIZE-0-100-100-p-0-iso8859-1
â Att Righ
Nov 20 '17 at 0:47
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
Both of those use the X toolkit (as noted in their manual pages), which means they also recognize its command-line options such as -fn
(font). In a quick check, I was able to run those with the 10x20 font.
editres -fn 10x20
xfontsel -fn 10x20
There is a summary of the options in X(7).
1
Nice. These seem to accept any x font (xlsfonts
) including scalable fonts:-adobe-helvetica-medium-r-normal--$PXSIZE-0-100-100-p-0-iso8859-1
â Att Righ
Nov 20 '17 at 0:47
add a comment |Â
up vote
2
down vote
accepted
Both of those use the X toolkit (as noted in their manual pages), which means they also recognize its command-line options such as -fn
(font). In a quick check, I was able to run those with the 10x20 font.
editres -fn 10x20
xfontsel -fn 10x20
There is a summary of the options in X(7).
1
Nice. These seem to accept any x font (xlsfonts
) including scalable fonts:-adobe-helvetica-medium-r-normal--$PXSIZE-0-100-100-p-0-iso8859-1
â Att Righ
Nov 20 '17 at 0:47
add a comment |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
Both of those use the X toolkit (as noted in their manual pages), which means they also recognize its command-line options such as -fn
(font). In a quick check, I was able to run those with the 10x20 font.
editres -fn 10x20
xfontsel -fn 10x20
There is a summary of the options in X(7).
Both of those use the X toolkit (as noted in their manual pages), which means they also recognize its command-line options such as -fn
(font). In a quick check, I was able to run those with the 10x20 font.
editres -fn 10x20
xfontsel -fn 10x20
There is a summary of the options in X(7).
answered Nov 19 '17 at 23:47
Thomas Dickey
49.7k585155
49.7k585155
1
Nice. These seem to accept any x font (xlsfonts
) including scalable fonts:-adobe-helvetica-medium-r-normal--$PXSIZE-0-100-100-p-0-iso8859-1
â Att Righ
Nov 20 '17 at 0:47
add a comment |Â
1
Nice. These seem to accept any x font (xlsfonts
) including scalable fonts:-adobe-helvetica-medium-r-normal--$PXSIZE-0-100-100-p-0-iso8859-1
â Att Righ
Nov 20 '17 at 0:47
1
1
Nice. These seem to accept any x font (
xlsfonts
) including scalable fonts: -adobe-helvetica-medium-r-normal--$PXSIZE-0-100-100-p-0-iso8859-1
â Att Righ
Nov 20 '17 at 0:47
Nice. These seem to accept any x font (
xlsfonts
) including scalable fonts: -adobe-helvetica-medium-r-normal--$PXSIZE-0-100-100-p-0-iso8859-1
â Att Righ
Nov 20 '17 at 0:47
add a comment |Â
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%2f405659%2fx-increase-the-font-size-of-a-single-application-no-x-resources%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