Mercury13 / unicodia

Encyclopedia of Unicode characters
https://mercury13.github.io/unicodia/
GNU General Public License v3.0
76 stars 3 forks source link

[Feature Request] A few ideas... #327

Open curya opened 7 months ago

curya commented 7 months ago

Favorites Tab I frequently find myself searching a few characters again and again in order to copy and paste. It would be nice if there was a Favorites Tab so I wouldn't have to constantly search every time.

Zoom Maximizing the window does not increase the size of the glyphs. Being able to enlarge the glyphs would help to see them better.

Emoji Improvements Noto has "Noto Emoji" and "Noto Color Emoji." We should be able to see both the color and mono versions as they are sometimes very different.

Mercury13 commented 7 months ago
  1. Accepted.
  2. Please invent some interface, and I’ll try.
  3. Interesting. I use SVGs rather than Noto Emoji, some redrawn or from other libraries.
Mercury13 commented 7 months ago

As I create some funky SVGs ahead of time, there will be some troubles when I made that SVG, and Noto didn’t yet.

curya commented 7 months ago
  1. 😎

  2. It could be as simple as ctrl+mousewheel. If my mouse is on the left side (Blocks tab/Library tab/etc) then all the glyphs should scale. Likewise, if my mouse is on the right side, then everything on the right should scale as well. Currently, ctrl+mousewheel already works on the right side but only for the text underneath the glyphs.

  3. All the SVGs are on the Github: https://github.com/googlefonts/noto-emoji Also, it would be nice to only use Noto to keep consistency.

Mercury13 commented 7 months ago

I use that GitHub. I drew some emoji long before Noto came. Some have technical problems, and I fixed them. Why not just Noto.

  1. Technical problems, so-called “misrenders”
    • Qt SVG engine does not support clip paths: dancer, ear, some images of superhero/villain
    • SVG engines want some overlap: almost all bicolour and tricolour flags
    • Just bugs: gorilla, star-eyed
  2. Contrast: placard, dove, tornado, all body parts, some flags with white outline
  3. Strange image: cart wheel → Twitter car wheel, families that aren’t marked as silhouettes → older Noto
  4. Strange flag toolchain → historically use Twitter

New Noto hands are really nice, but so much work… IDK when I start.

curya commented 7 months ago

What about just rendering Noto Color Emoji with the font file?

Mercury13 commented 7 months ago

I tested, does not work for me for some reason. And contrast, of course.

Mercury13 commented 7 months ago

…And freedom, of course.

curya commented 6 months ago

Another suggestion:

The ability to turn off showing installed system fonts because sometimes it chooses a font that's just incorrect (even though I have all Noto fonts installed).

Example: image

Also notice the spelling error at the bottom.

Should be "Used in." Not "Used un."

Mercury13 commented 6 months ago

:) How to turn off those fonts? MYuppy is not system either.

curya commented 6 months ago

I mean the option to not display fonts that I've installed myself (fonts outside the Unicodia font folder).

Mercury13 commented 6 months ago

Those are exactly the fonts installed in the system. I thought about blacklisting some fonts.

Mercury13 commented 6 months ago

Typo is fixed.

curya commented 6 months ago

I'm saying, why are we displaying two different fonts? One is enough.

Mercury13 commented 6 months ago

One is the sample from Unicodia, controlled by ME (mostly). The other is the sample from your computer, and the font is chosen by some dumb algorithm. At least to ensure that the character is actually supported by computer.

curya commented 6 months ago

Right. For me, as someone who has all the Noto fonts installed, showing a font from my computer is useless. The "dumb algorithm" makes it worse.

So a feature to turn off the computer fonts in Unicodia would be nice.

Mercury13 commented 6 months ago

I won’t turn off installed fonts, but I see two ways.

  1. Font blacklist.
  2. Bump Noto fonts — but they are actually worse than specialized fonts.
Mercury13 commented 6 months ago

For example: SIL’s Lanna font is much better than Noto, but it needs a fixup font because of…

  1. They chose some specific style, and that language (Khün?) does not have tone 5.
  2. Virtual virama is dotted circle 25CC rather than cross. That’s why I preferred Noto.

Unicodia actually uses some SIL’s fonts: Arabic, Myanmar.

Mercury13 commented 6 months ago

So, I’m constantly looking for specialized fonts. Right now Unicodia has…

What I’d like to replace…

Mercury13 commented 6 months ago

@curya Working on Favourites. image

Mercury13 commented 6 months ago

@curya Now favourites are getting sort of shape. image

Mercury13 commented 6 months ago

@curya New tasks (probably tonight): synchronize glyph shapes, add to favourites, remove, save to config

Mercury13 commented 6 months ago

@curya Almost done.

  1. I use Tahoma font, and I use a character from DejaVu. It moves layout a few pixels up-down depending on whether DejaVu is present. Does UnicodiaFunky has better dimensions?
  2. Save to config.
  3. Invent some stub text when the list is empty.
Mercury13 commented 6 months ago

@curya image

Mercury13 commented 6 months ago

@curya Favourites done!

Mercury13 commented 5 months ago

@curya Zoom: need an interface justification.

B/w emoji: IDK, more work when preparing new Unicode, plus corner cases.

Enlarge sample and remove system font: maybe.

Mercury13 commented 4 months ago

@curya B/w emoji: sorry, in peacetime. Kyiv is the safest place in Ukraine, but nevertheless I feel unsafe. I’ve got more business besides looking for b/w emoji and working with size, copyright etc.

Mercury13 commented 4 months ago

@curya About mono emoji: as I said, I scrapped due to bad maintainability and special war release schedule. But I made this thing, may part2 be done? image

curya commented 3 months ago

@Mercury13 Sorry. I've been away for a while.

What's wrong with using mono Noto Emoji?

If it were up to me I would just put the mono and color emoji side by side on the right. And get rid of the system font section since as I said before it's pretty useless.

Mercury13 commented 3 months ago

What's wrong with using mono Noto Emoji?

Poor maintainability: while the war is on, I hurry to pull the newest characters somehow. And I don’t ache to draw b/w emoji together with colour. And because I can disappear anytime, I started to write how to update Unicodia, after all.

If it were up to me I would just put the mono and color emoji side by side on the right. And get rid of the system font section since as I said before it's pretty useless.

As for me, it’s useful, but I really need to rethink what to do with these not-really-standard fonts. The main problem of Noto is poor functionality: recently I made Coptic whose functionality is Noto + NewAthena combined. Someone tested three Myanmar fonts for Mon language, and his one was the winner, but 2nd was SIL Padauk (<10 issues), and 3rd was Noto (dozens of issues).

Mercury13 commented 3 months ago

My peacetime policy was: pull as soon as Unicode is released, and some big non-CJK set is implemented. The trigger to U14 was Noto Vithkuqi, November 2021.

curya commented 3 months ago

I'm not sure I understand. Why is mono Noto Emoji so hard to maintain? All the glyphs are there and they update very rarely...

Mercury13 commented 3 months ago

New glyphs appear very late.

Mercury13 commented 3 months ago

About Noto OTF font…

Low contrast image

Not-really-canonical image image

Added very late due to doubts whether hands would be good and what to do, and Slack STILL uses old outlined image

Strange toolchain until recently image

Mercury13 commented 3 months ago

I’m the first who updated THIS flag image

curya commented 3 months ago

Mono Noto Emoji has no contrast issues and emojis like the wheel look fine to me: image

And flags are simple too: image

The issue of Noto being late to add new glyphs is not that big of a deal. It's okay to have tofu until new glyphs get added. We aren't in a hurry.

Mercury13 commented 1 month ago

@curya Concerning zoom… What would you like better: zoom table or zoom samples?