Community
    • Login

    Can't read the filenames in the tabs.

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    5 Posts 4 Posters 3.2k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • George B. GeeG
      George B. Gee
      last edited by

      I’m running the latest version on a laptop with a 3200x1800 screen and I’m having a lot of trouble seeing the file names in the tabs. Other than changing my screen resolution is there a way to specify a font size for the tabs?

      Thank you,
      George

      Claudia FrankC 1 Reply Last reply Reply Quote 0
      • Claudia FrankC
        Claudia Frank @George B. Gee
        last edited by

        @George-B.-Gee

        what about Settings->Preferences->General and the tab bar settings? (Maybe uncheck reduce, if set)

        Cheers
        Claudia

        1 Reply Last reply Reply Quote 0
        • David WootenD
          David Wooten
          last edited by

          I’m having the same problem with a high resolution screen and the Settings->General->Reduce is only nominally effective. Actually, checking Reduce makes the font larger (seems backwards). Would be nice if there were a way to get a larger font or at least have the bold option for the tabs.

          Claudia FrankC 1 Reply Last reply Reply Quote 0
          • Claudia FrankC
            Claudia Frank @David Wooten
            last edited by

            @David-Wooten

            that is strange, at least under wine it is working.

            The only other thing which come in to my mind would be to set the display
            to 125% or even 150%.

            Cheers
            Claudia

            1 Reply Last reply Reply Quote 0
            • gstaviG
              gstavi
              last edited by

              From the code it seems that NP++ uses an old API that is no longer recommended by Microsoft for getting tabs fonts.
              GetStockObject with:
              SYSTEM_FONT or DEFAULT_GUI_FONT.
              There is also lots of logic for calculating rectangle size and some references for DPI that may have side effects.
              Extreme resolutions are definitely an issue for “classic GUI” apps.

              Do you get font that is much smaller than Menu font?
              What version of Windows?

              I doubt that you can override it without modifying NP++ source code.
              If you play around by customizing Window fonts you may be able to modify it, hopefully without destroying other things.

              Some developer with similar screen should enhance the code sometime.

              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              The Community of users of the Notepad++ text editor.
              Powered by NodeBB | Contributors