Community
    • Login

    Support of arbitrary font sizes

    Scheduled Pinned Locked Moved General Discussion
    3 Posts 3 Posters 1.4k 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.
    • Anton ShepelevA
      Anton Shepelev
      last edited by

      Will it be possible to support arbitrary integer fort sizes instead of offering the user a choice from a fixed set? I find this limitation rather artificial and annoying, especially with raster- and raster-based fonts, which work only at certain sizes. The simplest solution would be to employ a standard windows control that implements a drop-down list with an editable value.

      Claudia FrankC Mikhail VM 2 Replies Last reply Reply Quote 0
      • Claudia FrankC
        Claudia Frank @Anton Shepelev
        last edited by

        @Anton-Shepelev

        you might get a better chance if you address this feature request at github.

        Cheers
        Claudia

        1 Reply Last reply Reply Quote 0
        • Mikhail VM
          Mikhail V @Anton Shepelev
          last edited by

          @Anton-Shepelev said:

          I find this limitation rather artificial and annoying

          It is not artificial. This is how Windows’ native font API works,
          and for a good reason - many fonts are manually hinted to
          raster grid, so trying to show them up at arbitrary size (especially
          by small sizes) - you’ll just get some blurry crappy
          quality. Of course this depends on rasterizer, but it seems Scintilla
          is dependent on Windows’ APIs. Manually hinted fonts
          (e.g. Times New Roman, Verdana) give significantly better quality so this makes sense.

          especially with raster- and raster-based fonts, which work only at certain sizes.

          This is quite self-contradictive: raster fonts are by nature non-scalable and are created initially in specific fixed sizes - each size is a separate
          image stack.

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