-
-
Notifications
You must be signed in to change notification settings - Fork 416
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
New gallery specimen images for all fonts #119
Comments
How about an one-line or two-line "pangram-code" sample?
but this line does not cover numbers and punctuations. |
I really like the idea of automation & different specimens.
Not sure if Powerline tests should be added; many in the wild are patched with same glyphs, but I wonder if newer PL fonts have unique symbols? |
This is what I put in my Font Book specimen.
borrowed from slant |
@tomByrer & @kevinSuttle : both great suggestions. I created a new repository where we can work on these specimens and attempt to achieve a consensus among developers about what they would like to see when they investigate new typefaces for source code development. https://github.com/source-foundry/text-specimens Feel free to fork and PR any suggested changes to the current specimens that we are using in Codeface. They are all included in that repository.
Sure, these would likely be most appropriate as a new line in the https://github.com/source-foundry/text-specimens/blob/master/semi-source/confusedchar-compact.txt specimen.
Perhaps a new line in the https://github.com/source-foundry/text-specimens/blob/master/text/type-specimen-standard.txt specimen? I like how clean it currently appears and hate to clutter it with some of these tests. Let's think about where something like this would be most appropriate. Maybe in the same file as point 1 above.
This would be a simple addition to the https://github.com/source-foundry/text-specimens/blob/master/semi-source/confusedchar-compact.txt file
These are included in the current specimen https://github.com/source-foundry/text-specimens/blob/master/text/type-specimen-standard.txt that is active on the Codeface gallery
@kevinSuttle Where do you think that these would best fit in the current images. Do we need additional images? Brand new images will be a hard sell because of the current image size/browser load time balance that we have (or better stated, lack thereof). I would like to consolidate some of these additions into existing images if at all possible. Join me over on the new repository and let's start reviewing some PR's with these modifications. |
I just sent the PR, but now I wonder if "Confused char" would be better, since they are pairs+ that are confusing? Or am I confused for that example is for? |
Let me think about the math symbols a bit; you seem to have many around anyway. |
Thanks for the PR's Tom. They are both merged. I made a few minor additions to the line in the https://github.com/source-foundry/text-specimens/blob/master/semi-source/confusedchar-compact.txt specimen so that the line lengths match. I used additional character pairing examples from the dyslexia site that you linked in the PR. 👍 |
@tomByrer sounds good. let me know |
Modified the confused char specimen file with some new character pairings from @kevinSuttle's suggestions above |
Sweet! I made 3 minor tweaks to your edits (or is that a little twerk?) |
@tomByrer 👍 merged! |
@be5invis how about this change to include your pseudocode pangram? |
Hi guys, thanks for the great gallery. My question/proposal: is it possible to include few non-Latin characters to the specimen? I mean Greek, Cyrillic, maybe Hebrew, and so on. I do not request including full alphabets. One-two character from each alphabet would be very helpful to see if characters of these alphabets are present in the typeface. Otherwise I have to download and install a font just to see it does not cover required alphabet. |
@van-de-bugger Is there a certain subset of characters you look for? |
@kevinSuttle: Specifically, no. But some Cyrillic and Greek characters looks like Latin, and some Cyrillic characters looks like Greek. It seems it's better to choose characters which are distinct for the alphabet. For example, it could be Ψω for Greek, Жы for Cyrillic. It depends on available space. If you can allocate more space, I can look for more characters. |
We are dealing with this issue in the CJK gallery that is in development. The problem is that our automated approach (and most editors for screenshots) include fallback fonts to fill in gaps for missing glyphs. This is not the optimal way to demonstrate the presence of character set support until we find a different approach. I would be willing to add icons to indicate character set coverage if anyone is motivated to help work on this. If you are interested in viewing extended character set glyphs we could consider separate galleries as we doing with the CJK languages. See the cjk branch and #114 for an overview of how we are thinking about the display of other character sets. |
IIRC Google fonts does this, & another website lists what range of characters. But maybe a separate character listing for all non English languages would be good.
|
Did you try
I suppose Hack does not have Japanese glyphs? |
Great, does exactly what I hoped for; expose if - is not aligned, etc. On Mon, Jan 4, 2016 at 2:04 PM, Chris Simpkins [email protected]
|
@van-de-bugger thanks for linking that. I will give it a try. Was not aware of it. |
Added new gallery specimen images to the https://github.com/chrissimpkins/codeface/tree/image-scripting |
@be5invis Belleve, the new gallery images will include your pangram specimen. See the example link that I posted above. |
@van-de-bugger added new issue report where we can discuss your character set coverage suggestion #137 |
@chrissimpkins Nice. |
New gallery specimen images are now live in the master branch |
Nice! Solid work @chrissimpkins. |
@kevinSuttle Thanks Kevin. I really appreciate all of the contributions here. Thanks for your input and feedback. All of the images are automatically generated now so we can continue to iterate on the specimens if you have any new ideas. It takes a matter of minutes to recreate the entire gallery. |
Now that is awesome. My pleasure. |
Possibly still of value: https://typography.guru/journal/letters-symbols-misrecognition/ |
Proposed new Codeface gallery images that will be generated through a scripted approach with Pango/Cairo/Pygments for each typeface:
Text Specimen
Compact Text Specimen
Light on Dark Syntax Highlighter
Dark on Light Syntax Highlighter
This will simplify repository maintenance (no manual screenshots) and contributions via pull requests (anyone can generate the images with an install of the image generator dependencies using Python).
The text was updated successfully, but these errors were encountered: