-
-
Notifications
You must be signed in to change notification settings - Fork 415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate alternative README.md for different font sizes #116
Comments
There is already a monofont playground |
Thanks for this suggestion Charles. As Tom mentioned, we developed an ACE editor based web application as part of our Hack typeface project that permits comparison of a large number of these typefaces. We tossed in a number of web fonts for faces that release them and many others show up in the menus when you install them on your system. If you click the Compare Side-by-Side button in the upper right corner, you can view two faces at the size that you define in the dropdown on the upper left corner of the screen. If this meets your needs, we could consider expanding this resource to include all of the typefaces in this repository. |
Thanks, the playground is nice. What I'm suggesting is that the screenshots in For example here is M+ font in 9pt and 14pt. The 14pt screenshot is scaled so it looks thinner but in full size it is too bold in my opinion. The screenshots in |
This is now fixed |
This is a great point. I would counter, however, that there are so many variables at play across displays/renderers/platforms/hinting settings that we will never truly capture this for all, or even most, users. The goal here is to provide a flavor of the included faces so that you can select a subset and explore them on your own with your own personal set of all factors that play a role in the rendering of fonts on the screen. I intentionally display them at a large font size (14) for source code editors in order to provide more glyph + spacing detail than you would see at very small font sizes. The Font Playground tool begins to address an issue like this, but even there you will not necessarily see the same font rendering that you would in some applications on the same system (the JetBrains editors that use the Java font renderer are perfect examples). Any thoughts about a different approach? |
Moving to a scripted image generator approach. See #119. This may be very feasible for a range of font sizes once this tool is in place. Let me get the main gallery updated and then we can discuss this in more detail. |
👍 I thought the screenshots was already generated automatically since I found this file render.py on the repository. Obviously I was not going to suggest generating screenshot for different font sizes if they have to be taken manually since it is a lot of work. |
To date, it has all been manual :) |
Hi,
Since people use different font sizes in their editors, and some fonts look better in certain size, could you generate the previews for different font sizes, for example previews in 9pt would be in README-9pt.md, 10pt in README-10pt, and so on.
Thanks.
The text was updated successfully, but these errors were encountered: