X increase the font size of a single application (no X resources)

The name of the pictureThe name of the pictureThe name of the pictureClash 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.






share|improve this question


























    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.






    share|improve this question
























      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.






      share|improve this question














      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.








      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 19 '17 at 21:15

























      asked Nov 19 '17 at 21:08









      Att Righ

      574313




      574313




















          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).






          share|improve this answer
















          • 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











          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          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






























          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).






          share|improve this answer
















          • 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















          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).






          share|improve this answer
















          • 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













          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).






          share|improve this answer












          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).







          share|improve this answer












          share|improve this answer



          share|improve this answer










          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













          • 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


















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          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













































































          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          Bahrain

          Postfix configuration issue with fips on centos 7; mailgun relay