Mitchell Hashimoto 9f4d4d3c61 font: treated fonts with mixed color/non-color glyphs as text
Related to #1768 but doesn't fix it properly.

This is a temporary hack to avoid some issues with fonts that have mixed
color/non-color glyphs. If there are mixed presentations and the font
does not have emoji codepoints, then we assume it is text. This fixes
the typical scenarios.

This is not a long term solution. A proper long term solution is to
detect this scenario and on a per-glyph basis handle colorization (or
the lack thereof) correctly. It looks like to do this we'll have to
parse some font tables which is considerably more work so I wanted to do
this first.
2024-05-26 10:17:20 -07:00
..
2024-05-10 10:17:33 -07:00
2024-05-09 20:57:28 -07:00
2024-05-09 20:55:02 -07:00
2024-05-09 20:53:45 -07:00
2024-05-09 20:59:28 -07:00
2024-05-09 21:05:38 -07:00
2024-05-09 20:50:54 -07:00
2024-05-09 20:57:28 -07:00
2024-05-09 21:01:08 -07:00