mirror of
https://github.com/wez/wezterm.git
synced 2024-11-10 15:04:32 +03:00
427e4a0a84
This avoids a confusing situation where we'd not bother to resolve a font for a given codepoint for say bold text if we had previously resolved it for normal text. This hashset would be more useful if we maintained a mapping of codepoint to font at that layer, but we don't. The simplest thing to do for this is to allow the search to continue and succeed. refs: https://github.com/wez/wezterm/issues/2158 refs: https://github.com/wez/wezterm/issues/1913 |
||
---|---|---|
.. | ||
locator | ||
rasterizer | ||
shaper | ||
db.rs | ||
fcwrap.rs | ||
ftwrap.rs | ||
hbwrap.rs | ||
lib.rs | ||
parser.rs | ||
units.rs |