character-map-uwp / Character-Map-UWP

A modern, native UWP replacement for the Win32 Character Map and Windows Font Viewer with flawless high DPI and touch support.
MIT License
623 stars 53 forks source link

Combing Forms #287

Closed Schlaegel closed 1 year ago

Schlaegel commented 1 year ago

Is there a way to see and export a combining combination as SVG? I can enter the combination in the search box and it shows there, but finds nothing. I can't see any way to enter the combination.

Schlaegel commented 1 year ago

See https://en.wikipedia.org/wiki/Combining_character#:~:text=In%20digital%20typography%2C%20combining%20characters,marks%20(including%20combining%20accents).

And https://emojipedia.org/emoji-zwj-sequence

JohnnyWestlake commented 1 year ago

Related to https://github.com/character-map-uwp/Character-Map-UWP/discussions/269, probably will not happen any time soon as reading the required tables to find out exactly what combinations a font supports is complex and there aren't any good free .NET libraries I've found that can do it.

I'm open to someone else attempting it