I am looking for a way to find a font that uses the minimum average horizontal space for each letter, since I have several buttons in my application that should display rather long text in it, and the goal is to make it with the minimum required width.
Since I already know the environment in which the application will be installed, the solution does not have to be a script or program, it is enough for me to have a font during development.
For what it's worth, it will be an ms-Access application.
source
share