• We’ve installed the plugin for use with our printer and it works great. However, one thing that we would like is to enlarge the text just a little bit to make it easier to read from afar.

    I saw there is the set_font_magnification function, but the title is set to 2,2 and the rest of the text is set to 1,1 which suggests there isn’t really anything in between since the arguments must be integers. The title is definitely too big for everything that comes after the title, so it looks like the next smallest font is 1,1 which is what we currently have.

    Is there a workaround to increase the size of the font by a little bit?

Viewing 1 replies (of 1 total)
  • Plugin Contributor lawrenceowen

    (@lawrenceowen)

    @mxldevs Yes, you are absolutely correct, the printers can only support whole number magnification. You can magnify the font width and height independently though which may help.

    Another work-around is that the printers do also have a narrower built-in font, which can also be magnified in the same way to achieve intermediate sizes. The current plug-in doesn’t have any code to enable this, and it would throw off things like word wrapping and column alignment, but the 2.1 branch does include Font B support.

    It is still in some flux, and not yet feature complete, but available on the projects GitHub repository. 2.1 is also going to be a significant improvement for customizers, since it allows you to implement your modifications via filters.

Viewing 1 replies (of 1 total)
  • The topic ‘Is there a font size between title and rest of the text’ is closed to new replies.