mirror of
https://github.com/wez/wezterm.git
synced 2024-11-10 06:34:17 +03:00
466e5cab21
- If possible use fontconfig to obtain character coverage instead of going through all glyphs using freetype. - `FT_Get_First_Char` typically returns ranges of continuous glyphs itself and it is far cheaper (I measured a speedup of about 7 times while catting a large file with lots of funny unicode) to add a range to the glyph coverage instead of adding each glyph individually. - Permit adding a range to a RangeSet without performing checks to speed up things even further. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |