[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Why isn't the device resolution exposed to the formatter?
From: |
Bjarni Ingi Gislason |
Subject: |
Re: Why isn't the device resolution exposed to the formatter? |
Date: |
Fri, 18 Nov 2022 01:07:23 +0000 |
The resolution is defined as the number of "units" per 1 inch, so it
is "1u/1i", or defined with, for example,
.nr resolution 1u/1i
The implied unit is 'u'.
Those who need it can create it themselves, avoiding unnecessary
additions to the code (which would be redundant).