plex
plex copied to clipboard
Add zero-width space
Sorry forgot to mention in #317 but U+200B (zero-width space) is useful for strings like "Yes/No/Maybe" if you want each word to separate into new lines.
The fact that the glyph in question does not exist in the font does not by definition mean that it will not be rendered. There are environments that use fallback fonts in this case. Applications such as Adobe InDesign are able to synthesize these kinds of spaces by itself.
Without use of fallback, how does it appear in plex? As tofu?
Probably. Without fallback any glyph that is non-existent should be displayed with the .notdef character (AKA “tofu”).
Would be worthwhile to properly handle all the ZWJ / ZWNJ characters maybe as part of the Math Symbols project?
Would be worthwhile to properly handle all the ZWJ / ZWNJ characters maybe as part of the Math Symbols project?
That could be a consideration.
FWIW – ZWJ and ZWNJ are currently included in Plex Sans Thai (Looped) and Plex Sans Devanagari.
Probably. Without fallback any glyph that is non-existent should be displayed with the .notdef character (AKA “tofu”).
Well, this could be an actual problem.
Well, this could be an actual problem.
Perhaps. But when I use a zero width space with Plex in a macOS application such as TextEdit then I see no problem.
Perhaps. But when I use a zero width space with Plex in a macOS application such as TextEdit then I see no problem.
I can't trust every application to use a fallback font... but those that do shouldn't matter, probably.
Could be consideration for Plex Math but tabled for now.
Hey there! v6.1.0 was just released that references this issue.
Comment here or join the release discussion to provide feedback or voice concerns. Thanks!
Hey there! v6.3.0 was just released that references this issue.
Comment here or join the release discussion to provide feedback or voice concerns. Thanks!