Changing font size in whiptail dialog boxes











up vote
-2
down vote

favorite












I've made script using a few different whiptail boxes, which all work fine, but I'd like the font size to be larger. All my google searches on whiptail font size tell me either about whiptail box sizes, or about font sizes not related to whiptail. And nothing on the man page. Is there a way to change the whiptail font size?










share|improve this question









New contributor




user3075315 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Nothing better than anonymous down-votes to help a new guy learn :) I asked a question that could be answered, and mentioned the research I had done. Is it because whiptail is not isolated to linux?
    – user3075315
    yesterday

















up vote
-2
down vote

favorite












I've made script using a few different whiptail boxes, which all work fine, but I'd like the font size to be larger. All my google searches on whiptail font size tell me either about whiptail box sizes, or about font sizes not related to whiptail. And nothing on the man page. Is there a way to change the whiptail font size?










share|improve this question









New contributor




user3075315 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Nothing better than anonymous down-votes to help a new guy learn :) I asked a question that could be answered, and mentioned the research I had done. Is it because whiptail is not isolated to linux?
    – user3075315
    yesterday















up vote
-2
down vote

favorite









up vote
-2
down vote

favorite











I've made script using a few different whiptail boxes, which all work fine, but I'd like the font size to be larger. All my google searches on whiptail font size tell me either about whiptail box sizes, or about font sizes not related to whiptail. And nothing on the man page. Is there a way to change the whiptail font size?










share|improve this question









New contributor




user3075315 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I've made script using a few different whiptail boxes, which all work fine, but I'd like the font size to be larger. All my google searches on whiptail font size tell me either about whiptail box sizes, or about font sizes not related to whiptail. And nothing on the man page. Is there a way to change the whiptail font size?







whiptail






share|improve this question









New contributor




user3075315 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




user3075315 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 2 days ago





















New contributor




user3075315 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 2 days ago









user3075315

11




11




New contributor




user3075315 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





user3075315 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






user3075315 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • Nothing better than anonymous down-votes to help a new guy learn :) I asked a question that could be answered, and mentioned the research I had done. Is it because whiptail is not isolated to linux?
    – user3075315
    yesterday




















  • Nothing better than anonymous down-votes to help a new guy learn :) I asked a question that could be answered, and mentioned the research I had done. Is it because whiptail is not isolated to linux?
    – user3075315
    yesterday


















Nothing better than anonymous down-votes to help a new guy learn :) I asked a question that could be answered, and mentioned the research I had done. Is it because whiptail is not isolated to linux?
– user3075315
yesterday






Nothing better than anonymous down-votes to help a new guy learn :) I asked a question that could be answered, and mentioned the research I had done. Is it because whiptail is not isolated to linux?
– user3075315
yesterday












1 Answer
1






active

oldest

votes

















up vote
0
down vote













No font options listed on the man page was a clue.

You just need to increase the font size on the terminal window in which the whiptail script is being run. Whiptail uses that font.






share|improve this answer








New contributor




user3075315 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


















    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: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });






    user3075315 is a new contributor. Be nice, and check out our Code of Conduct.










    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f487212%2fchanging-font-size-in-whiptail-dialog-boxes%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    No font options listed on the man page was a clue.

    You just need to increase the font size on the terminal window in which the whiptail script is being run. Whiptail uses that font.






    share|improve this answer








    New contributor




    user3075315 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      up vote
      0
      down vote













      No font options listed on the man page was a clue.

      You just need to increase the font size on the terminal window in which the whiptail script is being run. Whiptail uses that font.






      share|improve this answer








      New contributor




      user3075315 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















        up vote
        0
        down vote










        up vote
        0
        down vote









        No font options listed on the man page was a clue.

        You just need to increase the font size on the terminal window in which the whiptail script is being run. Whiptail uses that font.






        share|improve this answer








        New contributor




        user3075315 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        No font options listed on the man page was a clue.

        You just need to increase the font size on the terminal window in which the whiptail script is being run. Whiptail uses that font.







        share|improve this answer








        New contributor




        user3075315 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        share|improve this answer



        share|improve this answer






        New contributor




        user3075315 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        answered 2 days ago









        user3075315

        11




        11




        New contributor




        user3075315 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.





        New contributor





        user3075315 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






        user3075315 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






















            user3075315 is a new contributor. Be nice, and check out our Code of Conduct.










            draft saved

            draft discarded


















            user3075315 is a new contributor. Be nice, and check out our Code of Conduct.













            user3075315 is a new contributor. Be nice, and check out our Code of Conduct.












            user3075315 is a new contributor. Be nice, and check out our Code of Conduct.
















            Thanks for contributing an answer to Unix & Linux Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f487212%2fchanging-font-size-in-whiptail-dialog-boxes%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Accessing regular linux commands in Huawei's Dopra Linux

            Can't connect RFCOMM socket: Host is down

            Kernel panic - not syncing: Fatal Exception in Interrupt