wez / wezterm

A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
https://wezfurlong.org/wezterm/
Other
16.92k stars 763 forks source link

wezterm fails to load Terminus despite finding it when running ls-fonts #1820

Closed alt-ee closed 2 years ago

alt-ee commented 2 years ago

What Operating System(s) are you seeing this problem on?

Linux X11

WezTerm version

20220405-074732-713d9e0

Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?

Yes, and I updated the version box above to show the version of the nightly that I tried

Describe the bug

Apologies if I am missing something obvious, but for the past few hours I have been trying to set Terminus as my font and getting:

Unable to load a font specified by your font=wezterm.font('Terminus',
{weight="Regular", stretch='Normal', style=Normal}) configuration. Fallback(s)
are being used instead, and the terminal may not render as intended. See
https://wezfurlong.org/wezterm/config/fonts.html for more information

repeated multiple times.

running

wezterm ls-fonts --list-system | grep Terminus

returns

wezterm.font("Terminus", {weight="Regular", stretch="Normal", style="Normal"}) -- /usr/share/fonts/bitmap/terminus-font-4.49.1/ter-u12b.bdf, FontConfig pixel_sizes=[12]
wezterm.font("Terminus", {weight="Regular", stretch="Normal", style="Normal"}) -- /usr/share/fonts/bitmap/terminus-font-4.49.1/ter-u12n.bdf, FontConfig pixel_sizes=[12]
wezterm.font("Terminus", {weight="Regular", stretch="Normal", style="Normal"}) -- /usr/share/fonts/bitmap/terminus-font-4.49.1/ter-u14b.bdf, FontConfig pixel_sizes=[14]
wezterm.font("Terminus", {weight="Regular", stretch="Normal", style="Normal"}) -- /usr/share/fonts/bitmap/terminus-font-4.49.1/ter-u14n.bdf, FontConfig pixel_sizes=[14]
wezterm.font("Terminus", {weight="Regular", stretch="Normal", style="Normal"}) -- /usr/share/fonts/bitmap/terminus-font-4.49.1/ter-u14v.bdf, FontConfig pixel_sizes=[14]
wezterm.font("Terminus", {weight="Regular", stretch="Normal", style="Normal"}) -- /usr/share/fonts/bitmap/terminus-font-4.49.1/ter-u16b.bdf, FontConfig pixel_sizes=[16]
wezterm.font("Terminus", {weight="Regular", stretch="Normal", style="Normal"}) -- /usr/share/fonts/bitmap/terminus-font-4.49.1/ter-u16n.bdf, FontConfig pixel_sizes=[16]
wezterm.font("Terminus", {weight="Regular", stretch="Normal", style="Normal"}) -- /usr/share/fonts/bitmap/terminus-font-4.49.1/ter-u16v.bdf, FontConfig pixel_sizes=[16]
wezterm.font("Terminus", {weight="Regular", stretch="Normal", style="Normal"}) -- /usr/share/fonts/bitmap/terminus-font-4.49.1/ter-u18b.bdf, FontConfig pixel_sizes=[18]
wezterm.font("Terminus", {weight="Regular", stretch="Normal", style="Normal"}) -- /usr/share/fonts/bitmap/terminus-font-4.49.1/ter-u18n.bdf, FontConfig pixel_sizes=[18]
wezterm.font("Terminus", {weight="Regular", stretch="Normal", style="Normal"}) -- /usr/share/fonts/bitmap/terminus-font-4.49.1/ter-u20b.bdf, FontConfig pixel_sizes=[20]
wezterm.font("Terminus", {weight="Regular", stretch="Normal", style="Normal"}) -- /usr/share/fonts/bitmap/terminus-font-4.49.1/ter-u20n.bdf, FontConfig pixel_sizes=[20]
wezterm.font("Terminus", {weight="Regular", stretch="Normal", style="Normal"}) -- /usr/share/fonts/bitmap/terminus-font-4.49.1/ter-u22b.bdf, FontConfig pixel_sizes=[22]
wezterm.font("Terminus", {weight="Regular", stretch="Normal", style="Normal"}) -- /usr/share/fonts/bitmap/terminus-font-4.49.1/ter-u22n.bdf, FontConfig pixel_sizes=[22]
wezterm.font("Terminus", {weight="Regular", stretch="Normal", style="Normal"}) -- /usr/share/fonts/bitmap/terminus-font-4.49.1/ter-u24b.bdf, FontConfig pixel_sizes=[24]
wezterm.font("Terminus", {weight="Regular", stretch="Normal", style="Normal"}) -- /usr/share/fonts/bitmap/terminus-font-4.49.1/ter-u24n.bdf, FontConfig pixel_sizes=[24]
wezterm.font("Terminus", {weight="Regular", stretch="Normal", style="Normal"}) -- /usr/share/fonts/bitmap/terminus-font-4.49.1/ter-u28b.bdf, FontConfig pixel_sizes=[28]
wezterm.font("Terminus", {weight="Regular", stretch="Normal", style="Normal"}) -- /usr/share/fonts/bitmap/terminus-font-4.49.1/ter-u28n.bdf, FontConfig pixel_sizes=[28]
wezterm.font("Terminus", {weight="Regular", stretch="Normal", style="Normal"}) -- /usr/share/fonts/bitmap/terminus-font-4.49.1/ter-u32b.bdf, FontConfig pixel_sizes=[32]
wezterm.font("Terminus", {weight="Regular", stretch="Normal", style="Normal"}) -- /usr/share/fonts/bitmap/terminus-font-4.49.1/ter-u32n.bdf, FontConfig pixel_sizes=[32]

To Reproduce

No response

Configuration

local wezterm = require 'wezterm'; return{ font = wezterm.font("Terminus"), }

Expected Behavior

wezterm should load the Terminus font

Logs

18:25:56.467 INFO wezterm_mux_server_impl::local > setting up /run/user/1000/wezterm/gui-sock-319496
18:25:56.571 ERROR mux::connui > Configuration Error: Unable to load a font specified by your font=wezterm.font('Terminus', {weight="Regular", stretch='Normal', style=Normal}) configuration. Fallback(s) are being used instead, and the terminal may not render as intended. See https://wezfurlong.org/wezterm/config/fonts.html for more information
18:25:56.911 INFO wezterm_gui::termwindow > OpenGL initialized! Mesa Intel(R) UHD Graphics 620 (KBL GT2) 4.6 (Compatibility Profile) Mesa 21.3.5 is_context_loss_possible=false wezterm version: 20220405-074732-713d9e01
18:25:56.954 ERROR mux::connui > Configuration Error: Unable to load a font specified by your font=wezterm.font('Terminus', {weight="Regular", stretch='Normal', style=Normal}) configuration. Fallback(s) are being used instead, and the terminal may not render as intended. See https://wezfurlong.org/wezterm/config/fonts.html for more information
18:25:57.213 ERROR mux::connui > Configuration Error: Unable to load a font specified by your font=wezterm.font('Terminus', {weight="Regular", stretch='Normal', style=Normal}) configuration. Fallback(s) are being used instead, and the terminal may not render as intended. See https://wezfurlong.org/wezterm/config/fonts.html for more information
18:25:57.462 INFO wezterm_gui::termwindow > OpenGL initialized! Mesa Intel(R) UHD Graphics 620 (KBL GT2) 4.6 (Compatibility Profile) Mesa 21.3.5 is_context_loss_possible=false wezterm version: 20220405-074732-713d9e01
18:25:57.466 INFO wezterm_gui::termwindow > OpenGL initialized! Mesa Intel(R) UHD Graphics 620 (KBL GT2) 4.6 (Compatibility Profile) Mesa 21.3.5 is_context_loss_possible=false wezterm version: 20220405-074732-713d9e01

Anything else?

No response

wez commented 2 years ago

Can you try installing the OpenType version (OTB) of the font instead of the BDF version?

wez commented 2 years ago

I'm also interested to see the full output from:

alt-ee commented 2 years ago

wezterm ls-fonts:

Primary font:
Unable to load a font specified by your font=wezterm.font('Terminus', {weight="Regular", stretch='Normal', style=Normal}) configuration. Fallback(s) are being used instead, and the terminal may not render as intended. See https://wezfurlong.org/wezterm/config/fonts.html for more information
wezterm.font_with_fallback({
  -- <built-in>, BuiltIn
  "JetBrains Mono",

  -- /usr/share/fonts/truetype/noto/NotoColorEmoji.ttf, FontConfig
  -- Assumed to have Emoji Presentation
  -- Pixel sizes: [128]
  "Noto Color Emoji",

  -- <built-in>, BuiltIn
  "Symbols Nerd Font Mono",

  -- <built-in>, BuiltIn
  "Last Resort High-Efficiency",

})

When Intensity=Half Italic=true:
wezterm.font_with_fallback({
  -- <built-in>, BuiltIn
  "JetBrains Mono",

  -- /usr/share/fonts/truetype/noto/NotoColorEmoji.ttf, FontConfig
  -- Assumed to have Emoji Presentation
  -- Pixel sizes: [128]
  "Noto Color Emoji",

  -- <built-in>, BuiltIn
  "Symbols Nerd Font Mono",

  -- <built-in>, BuiltIn
  "Last Resort High-Efficiency",

})

When Intensity=Half Italic=false:
wezterm.font_with_fallback({
  -- <built-in>, BuiltIn
  "JetBrains Mono",

  -- /usr/share/fonts/truetype/noto/NotoColorEmoji.ttf, FontConfig
  -- Assumed to have Emoji Presentation
  -- Pixel sizes: [128]
  "Noto Color Emoji",

  -- <built-in>, BuiltIn
  "Symbols Nerd Font Mono",

  -- <built-in>, BuiltIn
  "Last Resort High-Efficiency",

})

When Intensity=Bold Italic=false:
wezterm.font_with_fallback({
  -- <built-in>, BuiltIn
  "JetBrains Mono",

  -- /usr/share/fonts/truetype/noto/NotoColorEmoji.ttf, FontConfig
  -- Assumed to have Emoji Presentation
  -- Pixel sizes: [128]
  "Noto Color Emoji",

  -- <built-in>, BuiltIn
  "Symbols Nerd Font Mono",

  -- <built-in>, BuiltIn
  "Last Resort High-Efficiency",

})

When Intensity=Bold Italic=true:
wezterm.font_with_fallback({
  -- <built-in>, BuiltIn
  "JetBrains Mono",

  -- /usr/share/fonts/truetype/noto/NotoColorEmoji.ttf, FontConfig
  -- Assumed to have Emoji Presentation
  -- Pixel sizes: [128]
  "Noto Color Emoji",

  -- <built-in>, BuiltIn
  "Symbols Nerd Font Mono",

  -- <built-in>, BuiltIn
  "Last Resort High-Efficiency",

})

When Intensity=Normal Italic=true:
wezterm.font_with_fallback({
  -- <built-in>, BuiltIn
  "JetBrains Mono",

  -- /usr/share/fonts/truetype/noto/NotoColorEmoji.ttf, FontConfig
  -- Assumed to have Emoji Presentation
  -- Pixel sizes: [128]
  "Noto Color Emoji",

  -- <built-in>, BuiltIn
  "Symbols Nerd Font Mono",

  -- <built-in>, BuiltIn
  "Last Resort High-Efficiency",

})

Title font:
wezterm.font_with_fallback({
  -- <built-in>, BuiltIn
  {family="Roboto", weight="Bold"},

  -- <built-in>, BuiltIn
  "JetBrains Mono",

  -- /usr/share/fonts/truetype/noto/NotoColorEmoji.ttf, FontConfig
  -- Assumed to have Emoji Presentation
  -- Pixel sizes: [128]
  "Noto Color Emoji",

  -- <built-in>, BuiltIn
  "Symbols Nerd Font Mono",

  -- <built-in>, BuiltIn
  "Last Resort High-Efficiency",

})

wezterm ls-fonts --text hello:

Unable to load a font specified by your font=wezterm.font('Terminus', {weight="Regular", stretch='Normal', style=Normal}) configuration. Fallback(s) are being used instead, and the terminal may not render as intended. See https://wezfurlong.org/wezterm/config/fonts.html for more information
LeftToRight
 0 h    \u{68}       x_adv=10 cells=1  glyph=243  wezterm.font("JetBrains Mono", {weight="Regular", stretch="Normal", style="Normal"})
                                      <built-in>, BuiltIn
 1 e    \u{65}       x_adv=10 cells=1  glyph=216  wezterm.font("JetBrains Mono", {weight="Regular", stretch="Normal", style="Normal"})
                                      <built-in>, BuiltIn
 2 l    \u{6c}       x_adv=10 cells=1  glyph=265  wezterm.font("JetBrains Mono", {weight="Regular", stretch="Normal", style="Normal"})
                                      <built-in>, BuiltIn
 3 l    \u{6c}       x_adv=10 cells=1  glyph=265  wezterm.font("JetBrains Mono", {weight="Regular", stretch="Normal", style="Normal"})
                                      <built-in>, BuiltIn
 4 o    \u{6f}       x_adv=10 cells=1  glyph=279  wezterm.font("JetBrains Mono", {weight="Regular", stretch="Normal", style="Normal"})
                                      <built-in>, BuiltIn

The font still fails to load after installing the OTB version of the font and removing the BDF version.

wez commented 2 years ago

Can you try running it like this; it will log more information about what is happening:

WEZTERM_LOG=wezterm_font=trace,info wezterm ls-fonts

and also:

fc-match Terminus -v
alt-ee commented 2 years ago

First command returns:

Primary font:
 2022-04-06T14:31:10.470Z TRACE wezterm_font::locator::font_config > listing by family took 10.525574ms to compute and is []
 2022-04-06T14:31:10.470Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 277.326µs to compute and is []
 2022-04-06T14:31:10.473Z TRACE wezterm_font::locator::font_config > matching by family 'Terminus' took 3.225969ms to compute and is Pattern(Terminus:style=Medium:slant=0:weight=100:width=100:spacing=110:file=/usr/share/fonts/opentype/terminus/terminus-normal.otb:index=0:charset=20-7e a0-17f 186 18e-190 192 19d-19e 1b5-1b7 1cd-1d4 1e2-1f0 1f4-1f5 1fc-1ff 218-21b 232-233 254 258-259 25b 272 292 2bb-2bd 2c6-2c7 2d8-2d9 2db-2dd 300-308 30a-30c 329 384-38a 38c 38e-3a1 3a3-3ce 3d1 3d5 3f0-3f3 400-45f 462-463 46a-46b 490-49d 4a0-4a5 4aa-4ab 4ae-4b3 4b6-4bb 4c0-4c2 4d0-4df 4e2-4f5 4f8-4f9 5d0-5ea 1e0c-1e0d 1e34-1e37 1e40-1e47 1e6c-1e6d 1eb8-1eb9 1ebc-1ebd 1eca-1ecd 1ee4-1ee5 1ef8-1ef9 2000-2022 2026 2030 2032-2033 2039-203a 203c 203e 2070 2074-208e 20a7 20aa 20ac 20ae 2102 210e-210f 2115-2116 211a 211d 2122 2124 2126 2135 2190-2195 21a4 21a6 21a8 21b5 21bb 21cb-21cc 21d0-21d5 2200 2203-220d 2212-2216 2219-221a 221e-221f 2225 2227-222a 2248 2260-2261 2264-2265 226a-226b 2282-2283 2286-2287 22a5 22c2-22c3 2300 2302 2308-230b 2310 2319 2320-2321 2409-240d 2424 2500-2503 2508-254b 2550-2593 25a0 25ac 25ae 25b2 25b6 25ba 25bc 25c0 25c4 25c6 25ca-25cb 25cf 25d8-25d9 263a-263c 2640 2642 2660 2663 2665-2666 266a-266b 2713-2714 2717-2718 2800-28ff fffd:fontformat=TrueType)
 2022-04-06T14:31:10.474Z TRACE wezterm_font::locator::font_config > listing by family took 634.869µs to compute and is []
 2022-04-06T14:31:10.474Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 549.978µs to compute and is []
 2022-04-06T14:31:10.478Z TRACE wezterm_font::locator::font_config > matching by family 'JetBrains Mono' took 3.358321ms to compute and is Pattern(DejaVu Sans:style=Book:slant=0:weight=80:width=100:file=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf:index=0:charset=20-7e a0-2e9 2ec-2ee 2f3 2f7 300-34f 351-353 357-358 35a 35c-362 370-377 37a-37f 384-38a 38c 38e-3a1 3a3-525 531-556 559-55f 561-587 589-58a 5b0-5c3 5c6-5c7 5d0-5ea 5f0-5f4 606-607 609-60a 60c 615 61b 61f 621-63a 640-655 657 65a 660-670 674 679-6bf 6c6-6c8 6cb-6cc 6ce 6d0 6d5 6f0-6f9 7c0-7e7 7eb-7f5 7f8-7fa e3f e81-e82 e84 e87-e88 e8a e8d e94-e97 e99-e9f ea1-ea3 ea5 ea7 eaa-eab ead-eb9 ebb-ebd ec0-ec4 ec6 ec8-ecd ed0-ed9 edc-edd 10a0-10c5 10d0-10fc 1401-1407 1409-141b 141d-1435 1437-144a 144c-1452 1454-14bd 14c0-14ea 14ec-1507 1510-153e 1540-1550 1552-156a 1574-1585 158a-1596 15a0-15af 15de 15e1 1646-1647 166e-1676 1680-169c 1d00-1d14 1d16-1d23 1d26-1d2e 1d30-1d5b 1d5d-1d6a 1d77-1d78 1d7b 1d7d 1d85 1d9b-1dbf 1dc4-1dc9 1e00-1efb 1f00-1f15 1f18-1f1d 1f20-1f45 1f48-1f4d 1f50-1f57 1f59 1f5b 1f5d 1f5f-1f7d 1f80-1fb4 1fb6-1fc4 1fc6-1fd3 1fd6-1fdb 1fdd-1fef 1ff2-1ff4 1ff6-1ffe 2000-2064 206a-2071 2074-208e 2090-209c 20a0-20b5 20b8-20ba 20bd 20d0-20d1 20d6-20d7 20db-20dc 20e1 2100-2109 210b-2149 214b 214e 2150-2185 2189 2190-2311 2318-2319 231c-2321 2324-2328 232b-232c 2373-2375 237a 237d 2387 2394 239b-23ae 23ce-23cf 23e3 23e5 23e8 2422-2423 2460-2469 2500-269c 269e-26b8 26c0-26c3 26e2 2701-2704 2706-2709 270c-2727 2729-274b 274d 274f-2752 2756 2758-275e 2761-2794 2798-27af 27b1-27be 27c5-27c6 27e0 27e6-27eb 27f0-28ff 2906-2907 290a-290b 2940-2941 2983-2984 29ce-29d5 29eb 29fa-29fb 2a00-2a02 2a0c-2a1c 2a2f 2a6a-2a6b 2a7d-2aa0 2aae-2aba 2af9-2afa 2b00-2b1a 2b1f-2b24 2b53-2b54 2c60-2c77 2c79-2c7f 2d00-2d25 2d30-2d65 2d6f 2e18 2e1f 2e22-2e25 2e2e 4dc0-4dff a4d0-a4ff a644-a647 a64c-a64d a650-a651 a654-a657 a662-a66e a68a-a68d a694-a695 a698-a699 a708-a716 a71b-a71f a722-a72b a730-a741 a746-a74b a74e-a753 a756-a757 a764-a767 a780-a783 a789-a78e a790-a791 a7a0-a7aa a7f8-a7ff ef00-ef19 f000-f003 f400-f426 f428-f441 f6c5 fb00-fb06 fb13-fb17 fb1d-fb36 fb38-fb3c fb3e fb40-fb41 fb43-fb44 fb46-fb4f fb52-fba3 fbaa-fbad fbd3-fbdc fbde-fbdf fbe4-fbe9 fbfc-fbff fe00-fe0f fe20-fe23 fe70-fe74 fe76-fefc feff fff9-fffd 10300-1031e 10320-10323 1d300-1d356 1d538-1d539 1d53b-1d53e 1d540-1d544 1d546 1d54a-1d550 1d552-1d56b 1d5a0-1d5d3 1d7d8-1d7eb 1ee00-1ee03 1ee05-1ee1f 1ee21-1ee22 1ee24 1ee27 1ee29-1ee32 1ee34-1ee37 1ee39 1ee3b 1ee61-1ee62 1ee64 1ee67-1ee6a 1ee6c-1ee72 1ee74-1ee77 1ee79-1ee7c 1ee7e 1f030-1f093 1f0a0-1f0ae 1f0b1-1f0be 1f0c1-1f0cf 1f0d1-1f0df 1f311-1f318 1f42d-1f42e 1f431 1f435 1f600-1f623 1f625-1f62b 1f62d-1f640 1f643:fontformat=TrueType)
 2022-04-06T14:31:10.478Z TRACE wezterm_font::locator::font_config > listing by family took 446.617µs to compute and is [Pattern(Noto Color Emoji:spacing=100:file=/usr/share/fonts/truetype/noto/NotoColorEmoji.ttf:index=0:charset=20 23 2a 30-39 a9 ae 200d 203c 2049 20e3 2122 2139 2194-2199 21a9-21aa 231a-231b 2328 23cf 23e9-23f3 23f8-23fa 24c2 25aa-25ab 25b6 25c0 25fb-25fe 2600-2604 260e 2611 2614-2615 2618 261d 2620 2622-2623 2626 262a 262e-262f 2638-263a 2640 2642 2648-2653 265f-2660 2663 2665-2666 2668 267b 267e-267f 2692-2697 2699 269b-269c 26a0-26a1 26a7 26aa-26ab 26b0-26b1 26bd-26be 26c4-26c5 26c8 26ce-26cf 26d1 26d3-26d4 26e9-26ea 26f0-26f5 26f7-26fa 26fd 2702 2705 2708-270d 270f 2712 2714 2716 271d 2721 2728 2733-2734 2744 2747 274c 274e 2753-2755 2757 2763-2764 2795-2797 27a1 27b0 27bf 2934-2935 2b05-2b07 2b1b-2b1c 2b50 2b55 3030 303d 3297 3299 1f004 1f0cf 1f170-1f171 1f17e-1f17f 1f18e 1f191-1f19a 1f1e6-1f1ff 1f201-1f202 1f21a 1f22f 1f232-1f23a 1f250-1f251 1f300-1f321 1f324-1f393 1f396-1f397 1f399-1f39b 1f39e-1f3f0 1f3f3-1f3f5 1f3f7-1f4fd 1f4ff-1f53d 1f549-1f54e 1f550-1f567 1f56f-1f570 1f573-1f57a 1f587 1f58a-1f58d 1f590 1f595-1f596 1f5a4-1f5a5 1f5a8 1f5b1-1f5b2 1f5bc 1f5c2-1f5c4 1f5d1-1f5d3 1f5dc-1f5de 1f5e1 1f5e3 1f5e8 1f5ef 1f5f3 1f5fa-1f64f 1f680-1f6c5 1f6cb-1f6d2 1f6d5-1f6d7 1f6e0-1f6e5 1f6e9 1f6eb-1f6ec 1f6f0 1f6f3-1f6fc 1f7e0-1f7eb 1f90c-1f93a 1f93c-1f945 1f947-1f978 1f97a-1f9cb 1f9cd-1f9ff 1fa70-1fa74 1fa78-1fa7a 1fa80-1fa86 1fa90-1faa8 1fab0-1fab6 1fac0-1fac2 1fad0-1fad6 e0030-e0039 e0061-e007a e007f fe4e5-fe4ee fe82c fe82e-fe837)]
 2022-04-06T14:31:10.479Z TRACE wezterm_font::locator::font_config > found font-config match for Names { full_name: "Noto Color Emoji Regular", family: "Noto Color Emoji", sub_family: Some("Regular"), postscript_name: Some("NotoColorEmoji"), aliases: [] }
 2022-04-06T14:31:10.479Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 300.51µs to compute and is [Pattern(Noto Color Emoji:spacing=100:file=/usr/share/fonts/truetype/noto/NotoColorEmoji.ttf:index=0:charset=20 23 2a 30-39 a9 ae 200d 203c 2049 20e3 2122 2139 2194-2199 21a9-21aa 231a-231b 2328 23cf 23e9-23f3 23f8-23fa 24c2 25aa-25ab 25b6 25c0 25fb-25fe 2600-2604 260e 2611 2614-2615 2618 261d 2620 2622-2623 2626 262a 262e-262f 2638-263a 2640 2642 2648-2653 265f-2660 2663 2665-2666 2668 267b 267e-267f 2692-2697 2699 269b-269c 26a0-26a1 26a7 26aa-26ab 26b0-26b1 26bd-26be 26c4-26c5 26c8 26ce-26cf 26d1 26d3-26d4 26e9-26ea 26f0-26f5 26f7-26fa 26fd 2702 2705 2708-270d 270f 2712 2714 2716 271d 2721 2728 2733-2734 2744 2747 274c 274e 2753-2755 2757 2763-2764 2795-2797 27a1 27b0 27bf 2934-2935 2b05-2b07 2b1b-2b1c 2b50 2b55 3030 303d 3297 3299 1f004 1f0cf 1f170-1f171 1f17e-1f17f 1f18e 1f191-1f19a 1f1e6-1f1ff 1f201-1f202 1f21a 1f22f 1f232-1f23a 1f250-1f251 1f300-1f321 1f324-1f393 1f396-1f397 1f399-1f39b 1f39e-1f3f0 1f3f3-1f3f5 1f3f7-1f4fd 1f4ff-1f53d 1f549-1f54e 1f550-1f567 1f56f-1f570 1f573-1f57a 1f587 1f58a-1f58d 1f590 1f595-1f596 1f5a4-1f5a5 1f5a8 1f5b1-1f5b2 1f5bc 1f5c2-1f5c4 1f5d1-1f5d3 1f5dc-1f5de 1f5e1 1f5e3 1f5e8 1f5ef 1f5f3 1f5fa-1f64f 1f680-1f6c5 1f6cb-1f6d2 1f6d5-1f6d7 1f6e0-1f6e5 1f6e9 1f6eb-1f6ec 1f6f0 1f6f3-1f6fc 1f7e0-1f7eb 1f90c-1f93a 1f93c-1f945 1f947-1f978 1f97a-1f9cb 1f9cd-1f9ff 1fa70-1fa74 1fa78-1fa7a 1fa80-1fa86 1fa90-1faa8 1fab0-1fab6 1fac0-1fac2 1fad0-1fad6 e0030-e0039 e0061-e007a e007f fe4e5-fe4ee fe82c fe82e-fe837)]
 2022-04-06T14:31:10.479Z TRACE wezterm_font::locator::font_config > found font-config match for Names { full_name: "Noto Color Emoji Regular", family: "Noto Color Emoji", sub_family: Some("Regular"), postscript_name: Some("NotoColorEmoji"), aliases: [] }
 2022-04-06T14:31:10.479Z TRACE wezterm_font::locator::font_config > selected best font-config match Names { full_name: "Noto Color Emoji Regular", family: "Noto Color Emoji", sub_family: Some("Regular"), postscript_name: Some("NotoColorEmoji"), aliases: [] }
 2022-04-06T14:31:10.480Z TRACE wezterm_font::locator::font_config > listing by family took 172.823µs to compute and is []
 2022-04-06T14:31:10.480Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 124.623µs to compute and is []
 2022-04-06T14:31:10.483Z TRACE wezterm_font::locator::font_config > matching by family 'Symbols Nerd Font Mono' took 3.047058ms to compute and is Pattern(DejaVu Sans:style=Book:slant=0:weight=80:width=100:file=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf:index=0:charset=20-7e a0-2e9 2ec-2ee 2f3 2f7 300-34f 351-353 357-358 35a 35c-362 370-377 37a-37f 384-38a 38c 38e-3a1 3a3-525 531-556 559-55f 561-587 589-58a 5b0-5c3 5c6-5c7 5d0-5ea 5f0-5f4 606-607 609-60a 60c 615 61b 61f 621-63a 640-655 657 65a 660-670 674 679-6bf 6c6-6c8 6cb-6cc 6ce 6d0 6d5 6f0-6f9 7c0-7e7 7eb-7f5 7f8-7fa e3f e81-e82 e84 e87-e88 e8a e8d e94-e97 e99-e9f ea1-ea3 ea5 ea7 eaa-eab ead-eb9 ebb-ebd ec0-ec4 ec6 ec8-ecd ed0-ed9 edc-edd 10a0-10c5 10d0-10fc 1401-1407 1409-141b 141d-1435 1437-144a 144c-1452 1454-14bd 14c0-14ea 14ec-1507 1510-153e 1540-1550 1552-156a 1574-1585 158a-1596 15a0-15af 15de 15e1 1646-1647 166e-1676 1680-169c 1d00-1d14 1d16-1d23 1d26-1d2e 1d30-1d5b 1d5d-1d6a 1d77-1d78 1d7b 1d7d 1d85 1d9b-1dbf 1dc4-1dc9 1e00-1efb 1f00-1f15 1f18-1f1d 1f20-1f45 1f48-1f4d 1f50-1f57 1f59 1f5b 1f5d 1f5f-1f7d 1f80-1fb4 1fb6-1fc4 1fc6-1fd3 1fd6-1fdb 1fdd-1fef 1ff2-1ff4 1ff6-1ffe 2000-2064 206a-2071 2074-208e 2090-209c 20a0-20b5 20b8-20ba 20bd 20d0-20d1 20d6-20d7 20db-20dc 20e1 2100-2109 210b-2149 214b 214e 2150-2185 2189 2190-2311 2318-2319 231c-2321 2324-2328 232b-232c 2373-2375 237a 237d 2387 2394 239b-23ae 23ce-23cf 23e3 23e5 23e8 2422-2423 2460-2469 2500-269c 269e-26b8 26c0-26c3 26e2 2701-2704 2706-2709 270c-2727 2729-274b 274d 274f-2752 2756 2758-275e 2761-2794 2798-27af 27b1-27be 27c5-27c6 27e0 27e6-27eb 27f0-28ff 2906-2907 290a-290b 2940-2941 2983-2984 29ce-29d5 29eb 29fa-29fb 2a00-2a02 2a0c-2a1c 2a2f 2a6a-2a6b 2a7d-2aa0 2aae-2aba 2af9-2afa 2b00-2b1a 2b1f-2b24 2b53-2b54 2c60-2c77 2c79-2c7f 2d00-2d25 2d30-2d65 2d6f 2e18 2e1f 2e22-2e25 2e2e 4dc0-4dff a4d0-a4ff a644-a647 a64c-a64d a650-a651 a654-a657 a662-a66e a68a-a68d a694-a695 a698-a699 a708-a716 a71b-a71f a722-a72b a730-a741 a746-a74b a74e-a753 a756-a757 a764-a767 a780-a783 a789-a78e a790-a791 a7a0-a7aa a7f8-a7ff ef00-ef19 f000-f003 f400-f426 f428-f441 f6c5 fb00-fb06 fb13-fb17 fb1d-fb36 fb38-fb3c fb3e fb40-fb41 fb43-fb44 fb46-fb4f fb52-fba3 fbaa-fbad fbd3-fbdc fbde-fbdf fbe4-fbe9 fbfc-fbff fe00-fe0f fe20-fe23 fe70-fe74 fe76-fefc feff fff9-fffd 10300-1031e 10320-10323 1d300-1d356 1d538-1d539 1d53b-1d53e 1d540-1d544 1d546 1d54a-1d550 1d552-1d56b 1d5a0-1d5d3 1d7d8-1d7eb 1ee00-1ee03 1ee05-1ee1f 1ee21-1ee22 1ee24 1ee27 1ee29-1ee32 1ee34-1ee37 1ee39 1ee3b 1ee61-1ee62 1ee64 1ee67-1ee6a 1ee6c-1ee72 1ee74-1ee77 1ee79-1ee7c 1ee7e 1f030-1f093 1f0a0-1f0ae 1f0b1-1f0be 1f0c1-1f0cf 1f0d1-1f0df 1f311-1f318 1f42d-1f42e 1f431 1f435 1f600-1f623 1f625-1f62b 1f62d-1f640 1f643:fontformat=TrueType)
 2022-04-06T14:31:10.483Z TRACE wezterm_font::locator::font_config > listing by family took 127.511µs to compute and is []
 2022-04-06T14:31:10.483Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 149.571µs to compute and is []
 2022-04-06T14:31:10.486Z TRACE wezterm_font::locator::font_config > matching by family 'Last Resort High-Efficiency' took 3.219466ms to compute and is Pattern(DejaVu Sans:style=Book:slant=0:weight=80:width=100:file=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf:index=0:charset=20-7e a0-2e9 2ec-2ee 2f3 2f7 300-34f 351-353 357-358 35a 35c-362 370-377 37a-37f 384-38a 38c 38e-3a1 3a3-525 531-556 559-55f 561-587 589-58a 5b0-5c3 5c6-5c7 5d0-5ea 5f0-5f4 606-607 609-60a 60c 615 61b 61f 621-63a 640-655 657 65a 660-670 674 679-6bf 6c6-6c8 6cb-6cc 6ce 6d0 6d5 6f0-6f9 7c0-7e7 7eb-7f5 7f8-7fa e3f e81-e82 e84 e87-e88 e8a e8d e94-e97 e99-e9f ea1-ea3 ea5 ea7 eaa-eab ead-eb9 ebb-ebd ec0-ec4 ec6 ec8-ecd ed0-ed9 edc-edd 10a0-10c5 10d0-10fc 1401-1407 1409-141b 141d-1435 1437-144a 144c-1452 1454-14bd 14c0-14ea 14ec-1507 1510-153e 1540-1550 1552-156a 1574-1585 158a-1596 15a0-15af 15de 15e1 1646-1647 166e-1676 1680-169c 1d00-1d14 1d16-1d23 1d26-1d2e 1d30-1d5b 1d5d-1d6a 1d77-1d78 1d7b 1d7d 1d85 1d9b-1dbf 1dc4-1dc9 1e00-1efb 1f00-1f15 1f18-1f1d 1f20-1f45 1f48-1f4d 1f50-1f57 1f59 1f5b 1f5d 1f5f-1f7d 1f80-1fb4 1fb6-1fc4 1fc6-1fd3 1fd6-1fdb 1fdd-1fef 1ff2-1ff4 1ff6-1ffe 2000-2064 206a-2071 2074-208e 2090-209c 20a0-20b5 20b8-20ba 20bd 20d0-20d1 20d6-20d7 20db-20dc 20e1 2100-2109 210b-2149 214b 214e 2150-2185 2189 2190-2311 2318-2319 231c-2321 2324-2328 232b-232c 2373-2375 237a 237d 2387 2394 239b-23ae 23ce-23cf 23e3 23e5 23e8 2422-2423 2460-2469 2500-269c 269e-26b8 26c0-26c3 26e2 2701-2704 2706-2709 270c-2727 2729-274b 274d 274f-2752 2756 2758-275e 2761-2794 2798-27af 27b1-27be 27c5-27c6 27e0 27e6-27eb 27f0-28ff 2906-2907 290a-290b 2940-2941 2983-2984 29ce-29d5 29eb 29fa-29fb 2a00-2a02 2a0c-2a1c 2a2f 2a6a-2a6b 2a7d-2aa0 2aae-2aba 2af9-2afa 2b00-2b1a 2b1f-2b24 2b53-2b54 2c60-2c77 2c79-2c7f 2d00-2d25 2d30-2d65 2d6f 2e18 2e1f 2e22-2e25 2e2e 4dc0-4dff a4d0-a4ff a644-a647 a64c-a64d a650-a651 a654-a657 a662-a66e a68a-a68d a694-a695 a698-a699 a708-a716 a71b-a71f a722-a72b a730-a741 a746-a74b a74e-a753 a756-a757 a764-a767 a780-a783 a789-a78e a790-a791 a7a0-a7aa a7f8-a7ff ef00-ef19 f000-f003 f400-f426 f428-f441 f6c5 fb00-fb06 fb13-fb17 fb1d-fb36 fb38-fb3c fb3e fb40-fb41 fb43-fb44 fb46-fb4f fb52-fba3 fbaa-fbad fbd3-fbdc fbde-fbdf fbe4-fbe9 fbfc-fbff fe00-fe0f fe20-fe23 fe70-fe74 fe76-fefc feff fff9-fffd 10300-1031e 10320-10323 1d300-1d356 1d538-1d539 1d53b-1d53e 1d540-1d544 1d546 1d54a-1d550 1d552-1d56b 1d5a0-1d5d3 1d7d8-1d7eb 1ee00-1ee03 1ee05-1ee1f 1ee21-1ee22 1ee24 1ee27 1ee29-1ee32 1ee34-1ee37 1ee39 1ee3b 1ee61-1ee62 1ee64 1ee67-1ee6a 1ee6c-1ee72 1ee74-1ee77 1ee79-1ee7c 1ee7e 1f030-1f093 1f0a0-1f0ae 1f0b1-1f0be 1f0c1-1f0cf 1f0d1-1f0df 1f311-1f318 1f42d-1f42e 1f431 1f435 1f600-1f623 1f625-1f62b 1f62d-1f640 1f643:fontformat=TrueType)
Unable to load a font specified by your font=wezterm.font('Terminus', {weight="Regular", stretch='Normal', style=Normal}) configuration. Fallback(s) are being used instead, and the terminal may not render as intended. See https://wezfurlong.org/wezterm/config/fonts.html for more information
 2022-04-06T14:31:10.487Z TRACE wezterm_font::shaper::harfbuzz     > compute metrics across these handles for size=12, dpi=96,
             theoretical pixel height 16: [ParsedFont { names: Names { full_name: "JetBrains Mono Regular", family: "JetBrains Mono", sub_family: Some("Regular"), postscript_name: Some("JetBrainsMono-Regular"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: BuiltIn { name: "../../assets/fonts/JetBrainsMono-Regular.ttf" }, index: 0, variation: 0, origin: BuiltIn, coverage: None }, cap_height: Some(0.73), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }, ParsedFont { names: Names { full_name: "Noto Color Emoji Regular", family: "Noto Color Emoji", sub_family: Some("Regular"), postscript_name: Some("NotoColorEmoji"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: OnDisk { path: "/usr/share/fonts/truetype/noto/NotoColorEmoji.ttf" }, index: 0, variation: 0, origin: FontConfig, coverage: Some(RangeSet { ranges: [32..33, 35..36, 42..43, 48..58, 169..170, 174..175, 8205..8206, 8252..8253, 8265..8266, 8419..8420, 8482..8483, 8505..8506, 8596..8602, 8617..8619, 8986..8988, 9000..9001, 9167..9168, 9193..9204, 9208..9211, 9410..9411, 9642..9644, 9654..9655, 9664..9665, 9723..9727, 9728..9733, 9742..9743, 9745..9746, 9748..9750, 9752..9753, 9757..9758, 9760..9761, 9762..9764, 9766..9767, 9770..9771, 9774..9776, 9784..9787, 9792..9793, 9794..9795, 9800..9812, 9823..9825, 9827..9828, 9829..9831, 9832..9833, 9851..9852, 9854..9856, 9874..9880, 9881..9882, 9883..9885, 9888..9890, 9895..9896, 9898..9900, 9904..9906, 9917..9919, 9924..9926, 9928..9929, 9934..9936, 9937..9938, 9939..9941, 9961..9963, 9968..9974, 9975..9979, 9981..9982, 9986..9987, 9989..9990, 9992..9998, 9999..10000, 10002..10003, 10004..10005, 10006..10007, 10013..10014, 10017..10018, 10024..10025, 10035..10037, 10052..10053, 10055..10056, 10060..10061, 10062..10063, 10067..10070, 10071..10072, 10083..10085, 10133..10136, 10145..10146, 10160..10161, 10175..10176, 10548..10550, 11013..11016, 11035..11037, 11088..11089, 11093..11094, 12336..12337, 12349..12350, 12951..12952, 12953..12954, 126980..126981, 127183..127184, 127344..127346, 127358..127360, 127374..127375, 127377..127387, 127462..127488, 127489..127491, 127514..127515, 127535..127536, 127538..127547, 127568..127570, 127744..127778, 127780..127892, 127894..127896, 127897..127900, 127902..127985, 127987..127990, 127991..128254, 128255..128318, 128329..128335, 128336..128360, 128367..128369, 128371..128379, 128391..128392, 128394..128398, 128400..128401, 128405..128407, 128420..128422, 128424..128425, 128433..128435, 128444..128445, 128450..128453, 128465..128468, 128476..128479, 128481..128482, 128483..128484, 128488..128489, 128495..128496, 128499..128500, 128506..128592, 128640..128710, 128715..128723, 128725..128728, 128736..128742, 128745..128746, 128747..128749, 128752..128753, 128755..128765, 128992..129004, 129292..129339, 129340..129350, 129351..129401, 129402..129484, 129485..129536, 129648..129653, 129656..129659, 129664..129671, 129680..129705, 129712..129719, 129728..129731, 129744..129751, 917552..917562, 917601..917627, 917631..917632, 1041637..1041647, 1042476..1042477, 1042478..1042488] }) }, cap_height: None, synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: true, pixel_sizes: [128], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }, ParsedFont { names: Names { full_name: "Symbols Nerd Font Mono 1000-em", family: "Symbols Nerd Font Mono", sub_family: Some("1000-em"), postscript_name: Some("SymbolsNerdFontAAEOPSCLMDIWEAM-1000-em"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: BuiltIn { name: "../../assets/fonts/Symbols-Nerd-Font-Mono.ttf" }, index: 0, variation: 0, origin: BuiltIn, coverage: None }, cap_height: None, synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }, ParsedFont { names: Names { full_name: "Last Resort High-Efficiency Regular", family: "Last Resort High-Efficiency", sub_family: Some("Regular"), postscript_name: Some("LastResortHE-Regular"), aliases: [] },weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: BuiltIn { name: "../../assets/fonts/LastResortHE-Regular.ttf" }, index: 0, variation: 0, origin: BuiltIn, coverage: None }, cap_height: Some(0.75), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }]
 2022-04-06T14:31:10.487Z TRACE wezterm_font::shaper::harfbuzz     > shaper wants 0 ParsedFont { names: Names { full_name: "JetBrains Mono Regular", family: "JetBrains Mono", sub_family: Some("Regular"), postscript_name: Some("JetBrainsMono-Regular"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: BuiltIn { name: "../../assets/fonts/JetBrainsMono-Regular.ttf" }, index: 0, variation: 0, origin: BuiltIn, coverage: None }, cap_height: Some(0.73), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }
 2022-04-06T14:31:10.487Z DEBUG wezterm_font::ftwrap               > set_char_size computing 12 dpi=96 (pixel height=16)
 2022-04-06T14:31:10.489Z TRACE wezterm_font::shaper::harfbuzz     > idx 0 cell_height is 21.12004280090332, which is 5.12004280090332 away from theoretical
                     height (factor 0.3200026750564575). Seems good enough
 2022-04-06T14:31:10.489Z TRACE wezterm_font::shaper::harfbuzz     > metrics_for_idx=0, size=12, dpi=96 -> FontMetrics { cell_width: 10.0, cell_height: 21.12004280090332, descender: -5.0, underline_thickness: 0.8000016212463379, underline_position: -2.8800058364868164, cap_height_ratio: Some(0.5208322778365545), cap_height: Some(11.0), is_scaled: true, presentation: Text, force_y_adjust: 0.0 }
wezterm.font_with_fallback({
  -- <built-in>, BuiltIn
  "JetBrains Mono",

  -- /usr/share/fonts/truetype/noto/NotoColorEmoji.ttf, FontConfig
  -- Assumed to have Emoji Presentation
  -- Pixel sizes: [128]
  "Noto Color Emoji",

  -- <built-in>, BuiltIn
  "Symbols Nerd Font Mono",

  -- <built-in>, BuiltIn
  "Last Resort High-Efficiency",

})

When Intensity=Half Italic=true:
 2022-04-06T14:31:10.490Z TRACE wezterm_font::locator::font_config > listing by family took 278.58µs to compute and is []
 2022-04-06T14:31:10.490Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 245.951µs to compute and is []
 2022-04-06T14:31:10.493Z TRACE wezterm_font::locator::font_config > matching by family 'Terminus' took 2.968157ms to compute and is Pattern(Terminus:style=MediumOblique:slant=110:weight=100:width=100:spacing=110:file=/usr/share/fonts/opentype/terminus/terminus-oblique.otb:index=0:charset=20-7e a0-17f 186 18e-190 192 19d-19e 1b5-1b7 1cd-1d4 1e2-1f0 1f4-1f5 1fc-1ff 218-21b 232-233 254 258-259 25b 272 292 2bb-2bd 2c6-2c7 2d8-2d9 2db-2dd 300-308 30a-30c 329 384-38a 38c 38e-3a1 3a3-3ce 3d1 3d5 3f0-3f3 400-45f 462-463 46a-46b 490-49d 4a0-4a5 4aa-4ab 4ae-4b3 4b6-4bb 4c0-4c2 4d0-4df 4e2-4f5 4f8-4f9 5d0-5ea 1e0c-1e0d 1e34-1e37 1e40-1e47 1e6c-1e6d 1eb8-1eb9 1ebc-1ebd 1eca-1ecd 1ee4-1ee5 1ef8-1ef9 2000-2022 2026 2030 2032-2033 2039-203a 203c 203e 2070 2074-208e 20a7 20aa 20ac 20ae 2102 210e-210f 2115-2116 211a 211d 2122 2124 2126 2135 2190-2195 21a4 21a6 21a8 21b5 21bb 21cb-21cc 21d0-21d5 2200 2203-220d 2212-2216 2219-221a 221e-221f 2225 2227-222a 2248 2260-2261 2264-2265 226a-226b 2282-2283 2286-2287 22a5 22c2-22c3 2300 2302 2308-230b 2310 2319 2320-2321 2409-240d 2424 2500-2503 2508-254b 2550-2593 25a0 25ac 25ae 25b2 25b6 25ba 25bc 25c0 25c4 25c6 25ca-25cb 25cf 25d8-25d9 263a-263c 2640 2642 2660 2663 2665-2666 266a-266b 2713-2714 2717-2718 2800-28ff fffd:fontformat=TrueType)
 2022-04-06T14:31:10.493Z TRACE wezterm_font::locator::font_config > listing by family took 223.084µs to compute and is []
 2022-04-06T14:31:10.493Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 303.797µs to compute and is []
 2022-04-06T14:31:10.497Z TRACE wezterm_font::locator::font_config > matching by family 'JetBrains Mono' took 3.376426ms to compute and is Pattern(DejaVu Sans:style=Book:slant=0:weight=80:width=100:file=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf:index=0:charset=20-7e a0-2e9 2ec-2ee 2f3 2f7 300-34f 351-353 357-358 35a 35c-362 370-377 37a-37f 384-38a 38c 38e-3a1 3a3-525 531-556 559-55f 561-587 589-58a 5b0-5c3 5c6-5c7 5d0-5ea 5f0-5f4 606-607 609-60a 60c 615 61b 61f 621-63a 640-655 657 65a 660-670 674 679-6bf 6c6-6c8 6cb-6cc 6ce 6d0 6d5 6f0-6f9 7c0-7e7 7eb-7f5 7f8-7fa e3f e81-e82 e84 e87-e88 e8a e8d e94-e97 e99-e9f ea1-ea3 ea5 ea7 eaa-eab ead-eb9 ebb-ebd ec0-ec4 ec6 ec8-ecd ed0-ed9 edc-edd 10a0-10c5 10d0-10fc 1401-1407 1409-141b 141d-1435 1437-144a 144c-1452 1454-14bd 14c0-14ea 14ec-1507 1510-153e 1540-1550 1552-156a 1574-1585 158a-1596 15a0-15af 15de 15e1 1646-1647 166e-1676 1680-169c 1d00-1d14 1d16-1d23 1d26-1d2e 1d30-1d5b 1d5d-1d6a 1d77-1d78 1d7b 1d7d 1d85 1d9b-1dbf 1dc4-1dc9 1e00-1efb 1f00-1f15 1f18-1f1d 1f20-1f45 1f48-1f4d 1f50-1f57 1f59 1f5b 1f5d 1f5f-1f7d 1f80-1fb4 1fb6-1fc4 1fc6-1fd3 1fd6-1fdb 1fdd-1fef 1ff2-1ff4 1ff6-1ffe 2000-2064 206a-2071 2074-208e 2090-209c 20a0-20b5 20b8-20ba 20bd 20d0-20d1 20d6-20d7 20db-20dc 20e1 2100-2109 210b-2149 214b 214e 2150-2185 2189 2190-2311 2318-2319 231c-2321 2324-2328 232b-232c 2373-2375 237a 237d 2387 2394 239b-23ae 23ce-23cf 23e3 23e5 23e8 2422-2423 2460-2469 2500-269c 269e-26b8 26c0-26c3 26e2 2701-2704 2706-2709 270c-2727 2729-274b 274d 274f-2752 2756 2758-275e 2761-2794 2798-27af 27b1-27be 27c5-27c6 27e0 27e6-27eb 27f0-28ff 2906-2907 290a-290b 2940-2941 2983-2984 29ce-29d5 29eb 29fa-29fb 2a00-2a02 2a0c-2a1c 2a2f 2a6a-2a6b 2a7d-2aa0 2aae-2aba 2af9-2afa 2b00-2b1a 2b1f-2b24 2b53-2b54 2c60-2c77 2c79-2c7f 2d00-2d25 2d30-2d65 2d6f 2e18 2e1f 2e22-2e25 2e2e 4dc0-4dff a4d0-a4ff a644-a647 a64c-a64d a650-a651 a654-a657 a662-a66e a68a-a68d a694-a695 a698-a699 a708-a716 a71b-a71f a722-a72b a730-a741 a746-a74b a74e-a753 a756-a757 a764-a767 a780-a783 a789-a78e a790-a791 a7a0-a7aa a7f8-a7ff ef00-ef19 f000-f003 f400-f426 f428-f441 f6c5 fb00-fb06 fb13-fb17 fb1d-fb36 fb38-fb3c fb3e fb40-fb41 fb43-fb44 fb46-fb4f fb52-fba3 fbaa-fbad fbd3-fbdc fbde-fbdf fbe4-fbe9 fbfc-fbff fe00-fe0f fe20-fe23 fe70-fe74 fe76-fefc feff fff9-fffd 10300-1031e 10320-10323 1d300-1d356 1d538-1d539 1d53b-1d53e 1d540-1d544 1d546 1d54a-1d550 1d552-1d56b 1d5a0-1d5d3 1d7d8-1d7eb 1ee00-1ee03 1ee05-1ee1f 1ee21-1ee22 1ee24 1ee27 1ee29-1ee32 1ee34-1ee37 1ee39 1ee3b 1ee61-1ee62 1ee64 1ee67-1ee6a 1ee6c-1ee72 1ee74-1ee77 1ee79-1ee7c 1ee7e 1f030-1f093 1f0a0-1f0ae 1f0b1-1f0be 1f0c1-1f0cf 1f0d1-1f0df 1f311-1f318 1f42d-1f42e 1f431 1f435 1f600-1f623 1f625-1f62b 1f62d-1f640 1f643:fontformat=TrueType)
 2022-04-06T14:31:10.497Z TRACE wezterm_font::locator::font_config > listing by family took 423.959µs to compute and is [Pattern(Noto Color Emoji:spacing=100:file=/usr/share/fonts/truetype/noto/NotoColorEmoji.ttf:index=0:charset=20 23 2a 30-39 a9 ae 200d 203c 2049 20e3 2122 2139 2194-2199 21a9-21aa 231a-231b 2328 23cf 23e9-23f3 23f8-23fa 24c2 25aa-25ab 25b6 25c0 25fb-25fe 2600-2604 260e 2611 2614-2615 2618 261d 2620 2622-2623 2626 262a 262e-262f 2638-263a 2640 2642 2648-2653 265f-2660 2663 2665-2666 2668 267b 267e-267f 2692-2697 2699 269b-269c 26a0-26a1 26a7 26aa-26ab 26b0-26b1 26bd-26be 26c4-26c5 26c8 26ce-26cf 26d1 26d3-26d4 26e9-26ea 26f0-26f5 26f7-26fa 26fd 2702 2705 2708-270d 270f 2712 2714 2716 271d 2721 2728 2733-2734 2744 2747 274c 274e 2753-2755 2757 2763-2764 2795-2797 27a1 27b0 27bf 2934-2935 2b05-2b07 2b1b-2b1c 2b50 2b55 3030 303d 3297 3299 1f004 1f0cf 1f170-1f171 1f17e-1f17f 1f18e 1f191-1f19a 1f1e6-1f1ff 1f201-1f202 1f21a 1f22f 1f232-1f23a 1f250-1f251 1f300-1f321 1f324-1f393 1f396-1f397 1f399-1f39b 1f39e-1f3f0 1f3f3-1f3f5 1f3f7-1f4fd 1f4ff-1f53d 1f549-1f54e 1f550-1f567 1f56f-1f570 1f573-1f57a 1f587 1f58a-1f58d 1f590 1f595-1f596 1f5a4-1f5a5 1f5a8 1f5b1-1f5b2 1f5bc 1f5c2-1f5c4 1f5d1-1f5d3 1f5dc-1f5de 1f5e1 1f5e3 1f5e8 1f5ef 1f5f3 1f5fa-1f64f 1f680-1f6c5 1f6cb-1f6d2 1f6d5-1f6d7 1f6e0-1f6e5 1f6e9 1f6eb-1f6ec 1f6f0 1f6f3-1f6fc 1f7e0-1f7eb 1f90c-1f93a 1f93c-1f945 1f947-1f978 1f97a-1f9cb 1f9cd-1f9ff 1fa70-1fa74 1fa78-1fa7a 1fa80-1fa86 1fa90-1faa8 1fab0-1fab6 1fac0-1fac2 1fad0-1fad6 e0030-e0039 e0061-e007a e007f fe4e5-fe4ee fe82c fe82e-fe837)]
 2022-04-06T14:31:10.498Z TRACE wezterm_font::locator::font_config > found font-config match for Names { full_name: "Noto Color Emoji Regular", family: "Noto Color Emoji", sub_family: Some("Regular"), postscript_name: Some("NotoColorEmoji"), aliases: [] }
 2022-04-06T14:31:10.498Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 530.884µs to compute and is [Pattern(Noto Color Emoji:spacing=100:file=/usr/share/fonts/truetype/noto/NotoColorEmoji.ttf:index=0:charset=20 23 2a 30-39 a9 ae 200d 203c 2049 20e3 2122 2139 2194-2199 21a9-21aa 231a-231b 2328 23cf 23e9-23f3 23f8-23fa 24c2 25aa-25ab 25b6 25c0 25fb-25fe 2600-2604 260e 2611 2614-2615 2618 261d 2620 2622-2623 2626 262a 262e-262f 2638-263a 2640 2642 2648-2653 265f-2660 2663 2665-2666 2668 267b 267e-267f 2692-2697 2699 269b-269c 26a0-26a1 26a7 26aa-26ab 26b0-26b1 26bd-26be 26c4-26c5 26c8 26ce-26cf 26d1 26d3-26d4 26e9-26ea 26f0-26f5 26f7-26fa 26fd 2702 2705 2708-270d 270f 2712 2714 2716 271d 2721 2728 2733-2734 2744 2747 274c 274e 2753-2755 2757 2763-2764 2795-2797 27a1 27b0 27bf 2934-2935 2b05-2b07 2b1b-2b1c 2b50 2b55 3030 303d 3297 3299 1f004 1f0cf 1f170-1f171 1f17e-1f17f 1f18e 1f191-1f19a 1f1e6-1f1ff 1f201-1f202 1f21a 1f22f 1f232-1f23a 1f250-1f251 1f300-1f321 1f324-1f393 1f396-1f397 1f399-1f39b 1f39e-1f3f0 1f3f3-1f3f5 1f3f7-1f4fd 1f4ff-1f53d 1f549-1f54e 1f550-1f567 1f56f-1f570 1f573-1f57a 1f587 1f58a-1f58d 1f590 1f595-1f596 1f5a4-1f5a5 1f5a8 1f5b1-1f5b2 1f5bc 1f5c2-1f5c4 1f5d1-1f5d3 1f5dc-1f5de 1f5e1 1f5e3 1f5e8 1f5ef 1f5f3 1f5fa-1f64f 1f680-1f6c5 1f6cb-1f6d2 1f6d5-1f6d7 1f6e0-1f6e5 1f6e9 1f6eb-1f6ec 1f6f0 1f6f3-1f6fc 1f7e0-1f7eb 1f90c-1f93a 1f93c-1f945 1f947-1f978 1f97a-1f9cb 1f9cd-1f9ff 1fa70-1fa74 1fa78-1fa7a 1fa80-1fa86 1fa90-1faa8 1fab0-1fab6 1fac0-1fac2 1fad0-1fad6 e0030-e0039 e0061-e007a e007f fe4e5-fe4ee fe82c fe82e-fe837)]
 2022-04-06T14:31:10.499Z TRACE wezterm_font::locator::font_config > found font-config match for Names { full_name: "Noto Color Emoji Regular", family: "Noto Color Emoji", sub_family: Some("Regular"), postscript_name: Some("NotoColorEmoji"), aliases: [] }
 2022-04-06T14:31:10.499Z TRACE wezterm_font::locator::font_config > selected best font-config match Names { full_name: "Noto Color Emoji Regular", family: "Noto Color Emoji", sub_family: Some("Regular"), postscript_name: Some("NotoColorEmoji"), aliases: [] }
 2022-04-06T14:31:10.499Z TRACE wezterm_font::locator::font_config > listing by family took 267.89µs to compute and is []
 2022-04-06T14:31:10.499Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 295.541µs to compute and is []
 2022-04-06T14:31:10.502Z TRACE wezterm_font::locator::font_config > matching by family 'Symbols Nerd Font Mono' took 3.157361ms to compute and is Pattern(DejaVu Sans:style=Book:slant=0:weight=80:width=100:file=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf:index=0:charset=20-7e a0-2e9 2ec-2ee 2f3 2f7 300-34f 351-353 357-358 35a 35c-362 370-377 37a-37f 384-38a 38c 38e-3a1 3a3-525 531-556 559-55f 561-587 589-58a 5b0-5c3 5c6-5c7 5d0-5ea 5f0-5f4 606-607 609-60a 60c 615 61b 61f 621-63a 640-655 657 65a 660-670 674 679-6bf 6c6-6c8 6cb-6cc 6ce 6d0 6d5 6f0-6f9 7c0-7e7 7eb-7f5 7f8-7fa e3f e81-e82 e84 e87-e88 e8a e8d e94-e97 e99-e9f ea1-ea3 ea5 ea7 eaa-eab ead-eb9 ebb-ebd ec0-ec4 ec6 ec8-ecd ed0-ed9 edc-edd 10a0-10c5 10d0-10fc 1401-1407 1409-141b 141d-1435 1437-144a 144c-1452 1454-14bd 14c0-14ea 14ec-1507 1510-153e 1540-1550 1552-156a 1574-1585 158a-1596 15a0-15af 15de 15e1 1646-1647 166e-1676 1680-169c 1d00-1d14 1d16-1d23 1d26-1d2e 1d30-1d5b 1d5d-1d6a 1d77-1d78 1d7b 1d7d 1d85 1d9b-1dbf 1dc4-1dc9 1e00-1efb 1f00-1f15 1f18-1f1d 1f20-1f45 1f48-1f4d 1f50-1f57 1f59 1f5b 1f5d 1f5f-1f7d 1f80-1fb4 1fb6-1fc4 1fc6-1fd3 1fd6-1fdb 1fdd-1fef 1ff2-1ff4 1ff6-1ffe 2000-2064 206a-2071 2074-208e 2090-209c 20a0-20b5 20b8-20ba 20bd 20d0-20d1 20d6-20d7 20db-20dc 20e1 2100-2109 210b-2149 214b 214e 2150-2185 2189 2190-2311 2318-2319 231c-2321 2324-2328 232b-232c 2373-2375 237a 237d 2387 2394 239b-23ae 23ce-23cf 23e3 23e5 23e8 2422-2423 2460-2469 2500-269c 269e-26b8 26c0-26c3 26e2 2701-2704 2706-2709 270c-2727 2729-274b 274d 274f-2752 2756 2758-275e 2761-2794 2798-27af 27b1-27be 27c5-27c6 27e0 27e6-27eb 27f0-28ff 2906-2907 290a-290b 2940-2941 2983-2984 29ce-29d5 29eb 29fa-29fb 2a00-2a02 2a0c-2a1c 2a2f 2a6a-2a6b 2a7d-2aa0 2aae-2aba 2af9-2afa 2b00-2b1a 2b1f-2b24 2b53-2b54 2c60-2c77 2c79-2c7f 2d00-2d25 2d30-2d65 2d6f 2e18 2e1f 2e22-2e25 2e2e 4dc0-4dff a4d0-a4ff a644-a647 a64c-a64d a650-a651 a654-a657 a662-a66e a68a-a68d a694-a695 a698-a699 a708-a716 a71b-a71f a722-a72b a730-a741 a746-a74b a74e-a753 a756-a757 a764-a767 a780-a783 a789-a78e a790-a791 a7a0-a7aa a7f8-a7ff ef00-ef19 f000-f003 f400-f426 f428-f441 f6c5 fb00-fb06 fb13-fb17 fb1d-fb36 fb38-fb3c fb3e fb40-fb41 fb43-fb44 fb46-fb4f fb52-fba3 fbaa-fbad fbd3-fbdc fbde-fbdf fbe4-fbe9 fbfc-fbff fe00-fe0f fe20-fe23 fe70-fe74 fe76-fefc feff fff9-fffd 10300-1031e 10320-10323 1d300-1d356 1d538-1d539 1d53b-1d53e 1d540-1d544 1d546 1d54a-1d550 1d552-1d56b 1d5a0-1d5d3 1d7d8-1d7eb 1ee00-1ee03 1ee05-1ee1f 1ee21-1ee22 1ee24 1ee27 1ee29-1ee32 1ee34-1ee37 1ee39 1ee3b 1ee61-1ee62 1ee64 1ee67-1ee6a 1ee6c-1ee72 1ee74-1ee77 1ee79-1ee7c 1ee7e 1f030-1f093 1f0a0-1f0ae 1f0b1-1f0be 1f0c1-1f0cf 1f0d1-1f0df 1f311-1f318 1f42d-1f42e 1f431 1f435 1f600-1f623 1f625-1f62b 1f62d-1f640 1f643:fontformat=TrueType)
 2022-04-06T14:31:10.503Z TRACE wezterm_font::locator::font_config > listing by family took 146.948µs to compute and is []
 2022-04-06T14:31:10.503Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 161.002µs to compute and is []
 2022-04-06T14:31:10.506Z TRACE wezterm_font::locator::font_config > matching by family 'Last Resort High-Efficiency' took 3.42287ms to compute and is Pattern(DejaVu Sans:style=Book:slant=0:weight=80:width=100:file=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf:index=0:charset=20-7e a0-2e9 2ec-2ee 2f3 2f7 300-34f 351-353 357-358 35a 35c-362 370-377 37a-37f 384-38a 38c 38e-3a1 3a3-525 531-556 559-55f 561-587 589-58a 5b0-5c3 5c6-5c7 5d0-5ea 5f0-5f4 606-607 609-60a 60c 615 61b 61f 621-63a 640-655 657 65a 660-670 674 679-6bf 6c6-6c8 6cb-6cc 6ce 6d0 6d5 6f0-6f9 7c0-7e7 7eb-7f5 7f8-7fa e3f e81-e82 e84 e87-e88 e8a e8d e94-e97 e99-e9f ea1-ea3 ea5 ea7 eaa-eab ead-eb9 ebb-ebd ec0-ec4 ec6 ec8-ecd ed0-ed9 edc-edd 10a0-10c5 10d0-10fc 1401-1407 1409-141b 141d-1435 1437-144a 144c-1452 1454-14bd 14c0-14ea 14ec-1507 1510-153e 1540-1550 1552-156a 1574-1585 158a-1596 15a0-15af 15de 15e1 1646-1647 166e-1676 1680-169c 1d00-1d14 1d16-1d23 1d26-1d2e 1d30-1d5b 1d5d-1d6a 1d77-1d78 1d7b 1d7d 1d85 1d9b-1dbf 1dc4-1dc9 1e00-1efb 1f00-1f15 1f18-1f1d 1f20-1f45 1f48-1f4d 1f50-1f57 1f59 1f5b 1f5d 1f5f-1f7d 1f80-1fb4 1fb6-1fc4 1fc6-1fd3 1fd6-1fdb 1fdd-1fef 1ff2-1ff4 1ff6-1ffe 2000-2064 206a-2071 2074-208e 2090-209c 20a0-20b5 20b8-20ba 20bd 20d0-20d1 20d6-20d7 20db-20dc 20e1 2100-2109 210b-2149 214b 214e 2150-2185 2189 2190-2311 2318-2319 231c-2321 2324-2328 232b-232c 2373-2375 237a 237d 2387 2394 239b-23ae 23ce-23cf 23e3 23e5 23e8 2422-2423 2460-2469 2500-269c 269e-26b8 26c0-26c3 26e2 2701-2704 2706-2709 270c-2727 2729-274b 274d 274f-2752 2756 2758-275e 2761-2794 2798-27af 27b1-27be 27c5-27c6 27e0 27e6-27eb 27f0-28ff 2906-2907 290a-290b 2940-2941 2983-2984 29ce-29d5 29eb 29fa-29fb 2a00-2a02 2a0c-2a1c 2a2f 2a6a-2a6b 2a7d-2aa0 2aae-2aba 2af9-2afa 2b00-2b1a 2b1f-2b24 2b53-2b54 2c60-2c77 2c79-2c7f 2d00-2d25 2d30-2d65 2d6f 2e18 2e1f 2e22-2e25 2e2e 4dc0-4dff a4d0-a4ff a644-a647 a64c-a64d a650-a651 a654-a657 a662-a66e a68a-a68d a694-a695 a698-a699 a708-a716 a71b-a71f a722-a72b a730-a741 a746-a74b a74e-a753 a756-a757 a764-a767 a780-a783 a789-a78e a790-a791 a7a0-a7aa a7f8-a7ff ef00-ef19 f000-f003 f400-f426 f428-f441 f6c5 fb00-fb06 fb13-fb17 fb1d-fb36 fb38-fb3c fb3e fb40-fb41 fb43-fb44 fb46-fb4f fb52-fba3 fbaa-fbad fbd3-fbdc fbde-fbdf fbe4-fbe9 fbfc-fbff fe00-fe0f fe20-fe23 fe70-fe74 fe76-fefc feff fff9-fffd 10300-1031e 10320-10323 1d300-1d356 1d538-1d539 1d53b-1d53e 1d540-1d544 1d546 1d54a-1d550 1d552-1d56b 1d5a0-1d5d3 1d7d8-1d7eb 1ee00-1ee03 1ee05-1ee1f 1ee21-1ee22 1ee24 1ee27 1ee29-1ee32 1ee34-1ee37 1ee39 1ee3b 1ee61-1ee62 1ee64 1ee67-1ee6a 1ee6c-1ee72 1ee74-1ee77 1ee79-1ee7c 1ee7e 1f030-1f093 1f0a0-1f0ae 1f0b1-1f0be 1f0c1-1f0cf 1f0d1-1f0df 1f311-1f318 1f42d-1f42e 1f431 1f435 1f600-1f623 1f625-1f62b 1f62d-1f640 1f643:fontformat=TrueType)
 2022-04-06T14:31:10.507Z TRACE wezterm_font::shaper::harfbuzz     > compute metrics across these handles for size=12, dpi=96,
             theoretical pixel height 16: [ParsedFont { names: Names { full_name: "JetBrains Mono Regular", family: "JetBrains Mono", sub_family: Some("Regular"), postscript_name: Some("JetBrainsMono-Regular"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: BuiltIn { name: "../../assets/fonts/JetBrainsMono-Regular.ttf" }, index: 0, variation: 0, origin: BuiltIn, coverage: None }, cap_height: Some(0.73), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }, ParsedFont { names: Names { full_name: "Noto Color Emoji Regular", family: "Noto Color Emoji", sub_family: Some("Regular"), postscript_name: Some("NotoColorEmoji"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: OnDisk { path: "/usr/share/fonts/truetype/noto/NotoColorEmoji.ttf" }, index: 0, variation: 0, origin: FontConfig, coverage: Some(RangeSet { ranges: [32..33, 35..36, 42..43, 48..58, 169..170, 174..175, 8205..8206, 8252..8253, 8265..8266, 8419..8420, 8482..8483, 8505..8506, 8596..8602, 8617..8619, 8986..8988, 9000..9001, 9167..9168, 9193..9204, 9208..9211, 9410..9411, 9642..9644, 9654..9655, 9664..9665, 9723..9727, 9728..9733, 9742..9743, 9745..9746, 9748..9750, 9752..9753, 9757..9758, 9760..9761, 9762..9764, 9766..9767, 9770..9771, 9774..9776, 9784..9787, 9792..9793, 9794..9795, 9800..9812, 9823..9825, 9827..9828, 9829..9831, 9832..9833, 9851..9852, 9854..9856, 9874..9880, 9881..9882, 9883..9885, 9888..9890, 9895..9896, 9898..9900, 9904..9906, 9917..9919, 9924..9926, 9928..9929, 9934..9936, 9937..9938, 9939..9941, 9961..9963, 9968..9974, 9975..9979, 9981..9982, 9986..9987, 9989..9990, 9992..9998, 9999..10000, 10002..10003, 10004..10005, 10006..10007, 10013..10014, 10017..10018, 10024..10025, 10035..10037, 10052..10053, 10055..10056, 10060..10061, 10062..10063, 10067..10070, 10071..10072, 10083..10085, 10133..10136, 10145..10146, 10160..10161, 10175..10176, 10548..10550, 11013..11016, 11035..11037, 11088..11089, 11093..11094, 12336..12337, 12349..12350, 12951..12952, 12953..12954, 126980..126981, 127183..127184, 127344..127346, 127358..127360, 127374..127375, 127377..127387, 127462..127488, 127489..127491, 127514..127515, 127535..127536, 127538..127547, 127568..127570, 127744..127778, 127780..127892, 127894..127896, 127897..127900, 127902..127985, 127987..127990, 127991..128254, 128255..128318, 128329..128335, 128336..128360, 128367..128369, 128371..128379, 128391..128392, 128394..128398, 128400..128401, 128405..128407, 128420..128422, 128424..128425, 128433..128435, 128444..128445, 128450..128453, 128465..128468, 128476..128479, 128481..128482, 128483..128484, 128488..128489, 128495..128496, 128499..128500, 128506..128592, 128640..128710, 128715..128723, 128725..128728, 128736..128742, 128745..128746, 128747..128749, 128752..128753, 128755..128765, 128992..129004, 129292..129339, 129340..129350, 129351..129401, 129402..129484, 129485..129536, 129648..129653, 129656..129659, 129664..129671, 129680..129705, 129712..129719, 129728..129731, 129744..129751, 917552..917562, 917601..917627, 917631..917632, 1041637..1041647, 1042476..1042477, 1042478..1042488] }) }, cap_height: None, synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: true, pixel_sizes: [128], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }, ParsedFont { names: Names { full_name: "Symbols Nerd Font Mono 1000-em", family: "Symbols Nerd Font Mono", sub_family: Some("1000-em"), postscript_name: Some("SymbolsNerdFontAAEOPSCLMDIWEAM-1000-em"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: BuiltIn { name: "../../assets/fonts/Symbols-Nerd-Font-Mono.ttf" }, index: 0, variation: 0, origin: BuiltIn, coverage: None }, cap_height: None, synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }, ParsedFont { names: Names { full_name: "Last Resort High-Efficiency Regular", family: "Last Resort High-Efficiency", sub_family: Some("Regular"), postscript_name: Some("LastResortHE-Regular"), aliases: [] },weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: BuiltIn { name: "../../assets/fonts/LastResortHE-Regular.ttf" }, index: 0, variation: 0, origin: BuiltIn, coverage: None }, cap_height: Some(0.75), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }]
 2022-04-06T14:31:10.507Z TRACE wezterm_font::shaper::harfbuzz     > shaper wants 0 ParsedFont { names: Names { full_name: "JetBrains Mono Regular", family: "JetBrains Mono", sub_family: Some("Regular"), postscript_name: Some("JetBrainsMono-Regular"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: BuiltIn { name: "../../assets/fonts/JetBrainsMono-Regular.ttf" }, index: 0, variation: 0, origin: BuiltIn, coverage: None }, cap_height: Some(0.73), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }
 2022-04-06T14:31:10.507Z DEBUG wezterm_font::ftwrap               > set_char_size computing 12 dpi=96 (pixel height=16)
 2022-04-06T14:31:10.509Z TRACE wezterm_font::shaper::harfbuzz     > idx 0 cell_height is 21.12004280090332, which is 5.12004280090332 away from theoretical
                     height (factor 0.3200026750564575). Seems good enough
 2022-04-06T14:31:10.509Z TRACE wezterm_font::shaper::harfbuzz     > metrics_for_idx=0, size=12, dpi=96 -> FontMetrics { cell_width: 10.0, cell_height: 21.12004280090332, descender: -5.0, underline_thickness: 0.8000016212463379, underline_position: -2.8800058364868164, cap_height_ratio: Some(0.5208322778365545), cap_height: Some(11.0), is_scaled: true, presentation: Text, force_y_adjust: 0.0 }
wezterm.font_with_fallback({
  -- <built-in>, BuiltIn
  "JetBrains Mono",

  -- /usr/share/fonts/truetype/noto/NotoColorEmoji.ttf, FontConfig
  -- Assumed to have Emoji Presentation
  -- Pixel sizes: [128]
  "Noto Color Emoji",

  -- <built-in>, BuiltIn
  "Symbols Nerd Font Mono",

  -- <built-in>, BuiltIn
  "Last Resort High-Efficiency",

})

When Intensity=Half Italic=false:
 2022-04-06T14:31:10.510Z TRACE wezterm_font::locator::font_config > listing by family took 269.605µs to compute and is []
 2022-04-06T14:31:10.510Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 312.087µs to compute and is []
 2022-04-06T14:31:10.513Z TRACE wezterm_font::locator::font_config > matching by family 'Terminus' took 2.961773ms to compute and is Pattern(Terminus:style=Medium:slant=0:weight=100:width=100:spacing=110:file=/usr/share/fonts/opentype/terminus/terminus-normal.otb:index=0:charset=20-7e a0-17f 186 18e-190 192 19d-19e 1b5-1b7 1cd-1d4 1e2-1f0 1f4-1f5 1fc-1ff 218-21b 232-233 254 258-259 25b 272 292 2bb-2bd 2c6-2c7 2d8-2d9 2db-2dd 300-308 30a-30c 329 384-38a 38c 38e-3a1 3a3-3ce 3d1 3d5 3f0-3f3 400-45f 462-463 46a-46b 490-49d 4a0-4a5 4aa-4ab 4ae-4b3 4b6-4bb 4c0-4c2 4d0-4df 4e2-4f5 4f8-4f9 5d0-5ea 1e0c-1e0d 1e34-1e37 1e40-1e47 1e6c-1e6d 1eb8-1eb9 1ebc-1ebd 1eca-1ecd 1ee4-1ee5 1ef8-1ef9 2000-2022 2026 2030 2032-2033 2039-203a 203c 203e 2070 2074-208e 20a7 20aa 20ac 20ae 2102 210e-210f 2115-2116 211a 211d 2122 2124 2126 2135 2190-2195 21a4 21a6 21a8 21b5 21bb 21cb-21cc 21d0-21d5 2200 2203-220d 2212-2216 2219-221a 221e-221f 2225 2227-222a 2248 2260-2261 2264-2265 226a-226b 2282-2283 2286-2287 22a5 22c2-22c3 2300 2302 2308-230b 2310 2319 2320-2321 2409-240d 2424 2500-2503 2508-254b 2550-2593 25a0 25ac 25ae 25b2 25b6 25ba 25bc 25c0 25c4 25c6 25ca-25cb 25cf 25d8-25d9 263a-263c 2640 2642 2660 2663 2665-2666 266a-266b 2713-2714 2717-2718 2800-28ff fffd:fontformat=TrueType)
 2022-04-06T14:31:10.513Z TRACE wezterm_font::locator::font_config > listing by family took 356.3µs to compute and is []
 2022-04-06T14:31:10.514Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 233.023µs to compute and is []
 2022-04-06T14:31:10.517Z TRACE wezterm_font::locator::font_config > matching by family 'JetBrains Mono' took 3.451423ms to compute and is Pattern(DejaVu Sans:style=Book:slant=0:weight=80:width=100:file=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf:index=0:charset=20-7e a0-2e9 2ec-2ee 2f3 2f7 300-34f 351-353 357-358 35a 35c-362 370-377 37a-37f 384-38a 38c 38e-3a1 3a3-525 531-556 559-55f 561-587 589-58a 5b0-5c3 5c6-5c7 5d0-5ea 5f0-5f4 606-607 609-60a 60c 615 61b 61f 621-63a 640-655 657 65a 660-670 674 679-6bf 6c6-6c8 6cb-6cc 6ce 6d0 6d5 6f0-6f9 7c0-7e7 7eb-7f5 7f8-7fa e3f e81-e82 e84 e87-e88 e8a e8d e94-e97 e99-e9f ea1-ea3 ea5 ea7 eaa-eab ead-eb9 ebb-ebd ec0-ec4 ec6 ec8-ecd ed0-ed9 edc-edd 10a0-10c5 10d0-10fc 1401-1407 1409-141b 141d-1435 1437-144a 144c-1452 1454-14bd 14c0-14ea 14ec-1507 1510-153e 1540-1550 1552-156a 1574-1585 158a-1596 15a0-15af 15de 15e1 1646-1647 166e-1676 1680-169c 1d00-1d14 1d16-1d23 1d26-1d2e 1d30-1d5b 1d5d-1d6a 1d77-1d78 1d7b 1d7d 1d85 1d9b-1dbf 1dc4-1dc9 1e00-1efb 1f00-1f15 1f18-1f1d 1f20-1f45 1f48-1f4d 1f50-1f57 1f59 1f5b 1f5d 1f5f-1f7d 1f80-1fb4 1fb6-1fc4 1fc6-1fd3 1fd6-1fdb 1fdd-1fef 1ff2-1ff4 1ff6-1ffe 2000-2064 206a-2071 2074-208e 2090-209c 20a0-20b5 20b8-20ba 20bd 20d0-20d1 20d6-20d7 20db-20dc 20e1 2100-2109 210b-2149 214b 214e 2150-2185 2189 2190-2311 2318-2319 231c-2321 2324-2328 232b-232c 2373-2375 237a 237d 2387 2394 239b-23ae 23ce-23cf 23e3 23e5 23e8 2422-2423 2460-2469 2500-269c 269e-26b8 26c0-26c3 26e2 2701-2704 2706-2709 270c-2727 2729-274b 274d 274f-2752 2756 2758-275e 2761-2794 2798-27af 27b1-27be 27c5-27c6 27e0 27e6-27eb 27f0-28ff 2906-2907 290a-290b 2940-2941 2983-2984 29ce-29d5 29eb 29fa-29fb 2a00-2a02 2a0c-2a1c 2a2f 2a6a-2a6b 2a7d-2aa0 2aae-2aba 2af9-2afa 2b00-2b1a 2b1f-2b24 2b53-2b54 2c60-2c77 2c79-2c7f 2d00-2d25 2d30-2d65 2d6f 2e18 2e1f 2e22-2e25 2e2e 4dc0-4dff a4d0-a4ff a644-a647 a64c-a64d a650-a651 a654-a657 a662-a66e a68a-a68d a694-a695 a698-a699 a708-a716 a71b-a71f a722-a72b a730-a741 a746-a74b a74e-a753 a756-a757 a764-a767 a780-a783 a789-a78e a790-a791 a7a0-a7aa a7f8-a7ff ef00-ef19 f000-f003 f400-f426 f428-f441 f6c5 fb00-fb06 fb13-fb17 fb1d-fb36 fb38-fb3c fb3e fb40-fb41 fb43-fb44 fb46-fb4f fb52-fba3 fbaa-fbad fbd3-fbdc fbde-fbdf fbe4-fbe9 fbfc-fbff fe00-fe0f fe20-fe23 fe70-fe74 fe76-fefc feff fff9-fffd 10300-1031e 10320-10323 1d300-1d356 1d538-1d539 1d53b-1d53e 1d540-1d544 1d546 1d54a-1d550 1d552-1d56b 1d5a0-1d5d3 1d7d8-1d7eb 1ee00-1ee03 1ee05-1ee1f 1ee21-1ee22 1ee24 1ee27 1ee29-1ee32 1ee34-1ee37 1ee39 1ee3b 1ee61-1ee62 1ee64 1ee67-1ee6a 1ee6c-1ee72 1ee74-1ee77 1ee79-1ee7c 1ee7e 1f030-1f093 1f0a0-1f0ae 1f0b1-1f0be 1f0c1-1f0cf 1f0d1-1f0df 1f311-1f318 1f42d-1f42e 1f431 1f435 1f600-1f623 1f625-1f62b 1f62d-1f640 1f643:fontformat=TrueType)
 2022-04-06T14:31:10.518Z TRACE wezterm_font::locator::font_config > listing by family took 440.117µs to compute and is [Pattern(Noto Color Emoji:spacing=100:file=/usr/share/fonts/truetype/noto/NotoColorEmoji.ttf:index=0:charset=20 23 2a 30-39 a9 ae 200d 203c 2049 20e3 2122 2139 2194-2199 21a9-21aa 231a-231b 2328 23cf 23e9-23f3 23f8-23fa 24c2 25aa-25ab 25b6 25c0 25fb-25fe 2600-2604 260e 2611 2614-2615 2618 261d 2620 2622-2623 2626 262a 262e-262f 2638-263a 2640 2642 2648-2653 265f-2660 2663 2665-2666 2668 267b 267e-267f 2692-2697 2699 269b-269c 26a0-26a1 26a7 26aa-26ab 26b0-26b1 26bd-26be 26c4-26c5 26c8 26ce-26cf 26d1 26d3-26d4 26e9-26ea 26f0-26f5 26f7-26fa 26fd 2702 2705 2708-270d 270f 2712 2714 2716 271d 2721 2728 2733-2734 2744 2747 274c 274e 2753-2755 2757 2763-2764 2795-2797 27a1 27b0 27bf 2934-2935 2b05-2b07 2b1b-2b1c 2b50 2b55 3030 303d 3297 3299 1f004 1f0cf 1f170-1f171 1f17e-1f17f 1f18e 1f191-1f19a 1f1e6-1f1ff 1f201-1f202 1f21a 1f22f 1f232-1f23a 1f250-1f251 1f300-1f321 1f324-1f393 1f396-1f397 1f399-1f39b 1f39e-1f3f0 1f3f3-1f3f5 1f3f7-1f4fd 1f4ff-1f53d 1f549-1f54e 1f550-1f567 1f56f-1f570 1f573-1f57a 1f587 1f58a-1f58d 1f590 1f595-1f596 1f5a4-1f5a5 1f5a8 1f5b1-1f5b2 1f5bc 1f5c2-1f5c4 1f5d1-1f5d3 1f5dc-1f5de 1f5e1 1f5e3 1f5e8 1f5ef 1f5f3 1f5fa-1f64f 1f680-1f6c5 1f6cb-1f6d2 1f6d5-1f6d7 1f6e0-1f6e5 1f6e9 1f6eb-1f6ec 1f6f0 1f6f3-1f6fc 1f7e0-1f7eb 1f90c-1f93a 1f93c-1f945 1f947-1f978 1f97a-1f9cb 1f9cd-1f9ff 1fa70-1fa74 1fa78-1fa7a 1fa80-1fa86 1fa90-1faa8 1fab0-1fab6 1fac0-1fac2 1fad0-1fad6 e0030-e0039 e0061-e007a e007f fe4e5-fe4ee fe82c fe82e-fe837)]
 2022-04-06T14:31:10.518Z TRACE wezterm_font::locator::font_config > found font-config match for Names { full_name: "Noto Color Emoji Regular", family: "Noto Color Emoji", sub_family: Some("Regular"), postscript_name: Some("NotoColorEmoji"), aliases: [] }
 2022-04-06T14:31:10.519Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 514.873µs to compute and is [Pattern(Noto Color Emoji:spacing=100:file=/usr/share/fonts/truetype/noto/NotoColorEmoji.ttf:index=0:charset=20 23 2a 30-39 a9 ae 200d 203c 2049 20e3 2122 2139 2194-2199 21a9-21aa 231a-231b 2328 23cf 23e9-23f3 23f8-23fa 24c2 25aa-25ab 25b6 25c0 25fb-25fe 2600-2604 260e 2611 2614-2615 2618 261d 2620 2622-2623 2626 262a 262e-262f 2638-263a 2640 2642 2648-2653 265f-2660 2663 2665-2666 2668 267b 267e-267f 2692-2697 2699 269b-269c 26a0-26a1 26a7 26aa-26ab 26b0-26b1 26bd-26be 26c4-26c5 26c8 26ce-26cf 26d1 26d3-26d4 26e9-26ea 26f0-26f5 26f7-26fa 26fd 2702 2705 2708-270d 270f 2712 2714 2716 271d 2721 2728 2733-2734 2744 2747 274c 274e 2753-2755 2757 2763-2764 2795-2797 27a1 27b0 27bf 2934-2935 2b05-2b07 2b1b-2b1c 2b50 2b55 3030 303d 3297 3299 1f004 1f0cf 1f170-1f171 1f17e-1f17f 1f18e 1f191-1f19a 1f1e6-1f1ff 1f201-1f202 1f21a 1f22f 1f232-1f23a 1f250-1f251 1f300-1f321 1f324-1f393 1f396-1f397 1f399-1f39b 1f39e-1f3f0 1f3f3-1f3f5 1f3f7-1f4fd 1f4ff-1f53d 1f549-1f54e 1f550-1f567 1f56f-1f570 1f573-1f57a 1f587 1f58a-1f58d 1f590 1f595-1f596 1f5a4-1f5a5 1f5a8 1f5b1-1f5b2 1f5bc 1f5c2-1f5c4 1f5d1-1f5d3 1f5dc-1f5de 1f5e1 1f5e3 1f5e8 1f5ef 1f5f3 1f5fa-1f64f 1f680-1f6c5 1f6cb-1f6d2 1f6d5-1f6d7 1f6e0-1f6e5 1f6e9 1f6eb-1f6ec 1f6f0 1f6f3-1f6fc 1f7e0-1f7eb 1f90c-1f93a 1f93c-1f945 1f947-1f978 1f97a-1f9cb 1f9cd-1f9ff 1fa70-1fa74 1fa78-1fa7a 1fa80-1fa86 1fa90-1faa8 1fab0-1fab6 1fac0-1fac2 1fad0-1fad6 e0030-e0039 e0061-e007a e007f fe4e5-fe4ee fe82c fe82e-fe837)]
 2022-04-06T14:31:10.519Z TRACE wezterm_font::locator::font_config > found font-config match for Names { full_name: "Noto Color Emoji Regular", family: "Noto Color Emoji", sub_family: Some("Regular"), postscript_name: Some("NotoColorEmoji"), aliases: [] }
 2022-04-06T14:31:10.519Z TRACE wezterm_font::locator::font_config > selected best font-config match Names { full_name: "Noto Color Emoji Regular", family: "Noto Color Emoji", sub_family: Some("Regular"), postscript_name: Some("NotoColorEmoji"), aliases: [] }
 2022-04-06T14:31:10.519Z TRACE wezterm_font::locator::font_config > listing by family took 309.616µs to compute and is []
 2022-04-06T14:31:10.519Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 191.079µs to compute and is []
 2022-04-06T14:31:10.523Z TRACE wezterm_font::locator::font_config > matching by family 'Symbols Nerd Font Mono' took 3.031132ms to compute and is Pattern(DejaVu Sans:style=Book:slant=0:weight=80:width=100:file=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf:index=0:charset=20-7e a0-2e9 2ec-2ee 2f3 2f7 300-34f 351-353 357-358 35a 35c-362 370-377 37a-37f 384-38a 38c 38e-3a1 3a3-525 531-556 559-55f 561-587 589-58a 5b0-5c3 5c6-5c7 5d0-5ea 5f0-5f4 606-607 609-60a 60c 615 61b 61f 621-63a 640-655 657 65a 660-670 674 679-6bf 6c6-6c8 6cb-6cc 6ce 6d0 6d5 6f0-6f9 7c0-7e7 7eb-7f5 7f8-7fa e3f e81-e82 e84 e87-e88 e8a e8d e94-e97 e99-e9f ea1-ea3 ea5 ea7 eaa-eab ead-eb9 ebb-ebd ec0-ec4 ec6 ec8-ecd ed0-ed9 edc-edd 10a0-10c5 10d0-10fc 1401-1407 1409-141b 141d-1435 1437-144a 144c-1452 1454-14bd 14c0-14ea 14ec-1507 1510-153e 1540-1550 1552-156a 1574-1585 158a-1596 15a0-15af 15de 15e1 1646-1647 166e-1676 1680-169c 1d00-1d14 1d16-1d23 1d26-1d2e 1d30-1d5b 1d5d-1d6a 1d77-1d78 1d7b 1d7d 1d85 1d9b-1dbf 1dc4-1dc9 1e00-1efb 1f00-1f15 1f18-1f1d 1f20-1f45 1f48-1f4d 1f50-1f57 1f59 1f5b 1f5d 1f5f-1f7d 1f80-1fb4 1fb6-1fc4 1fc6-1fd3 1fd6-1fdb 1fdd-1fef 1ff2-1ff4 1ff6-1ffe 2000-2064 206a-2071 2074-208e 2090-209c 20a0-20b5 20b8-20ba 20bd 20d0-20d1 20d6-20d7 20db-20dc 20e1 2100-2109 210b-2149 214b 214e 2150-2185 2189 2190-2311 2318-2319 231c-2321 2324-2328 232b-232c 2373-2375 237a 237d 2387 2394 239b-23ae 23ce-23cf 23e3 23e5 23e8 2422-2423 2460-2469 2500-269c 269e-26b8 26c0-26c3 26e2 2701-2704 2706-2709 270c-2727 2729-274b 274d 274f-2752 2756 2758-275e 2761-2794 2798-27af 27b1-27be 27c5-27c6 27e0 27e6-27eb 27f0-28ff 2906-2907 290a-290b 2940-2941 2983-2984 29ce-29d5 29eb 29fa-29fb 2a00-2a02 2a0c-2a1c 2a2f 2a6a-2a6b 2a7d-2aa0 2aae-2aba 2af9-2afa 2b00-2b1a 2b1f-2b24 2b53-2b54 2c60-2c77 2c79-2c7f 2d00-2d25 2d30-2d65 2d6f 2e18 2e1f 2e22-2e25 2e2e 4dc0-4dff a4d0-a4ff a644-a647 a64c-a64d a650-a651 a654-a657 a662-a66e a68a-a68d a694-a695 a698-a699 a708-a716 a71b-a71f a722-a72b a730-a741 a746-a74b a74e-a753 a756-a757 a764-a767 a780-a783 a789-a78e a790-a791 a7a0-a7aa a7f8-a7ff ef00-ef19 f000-f003 f400-f426 f428-f441 f6c5 fb00-fb06 fb13-fb17 fb1d-fb36 fb38-fb3c fb3e fb40-fb41 fb43-fb44 fb46-fb4f fb52-fba3 fbaa-fbad fbd3-fbdc fbde-fbdf fbe4-fbe9 fbfc-fbff fe00-fe0f fe20-fe23 fe70-fe74 fe76-fefc feff fff9-fffd 10300-1031e 10320-10323 1d300-1d356 1d538-1d539 1d53b-1d53e 1d540-1d544 1d546 1d54a-1d550 1d552-1d56b 1d5a0-1d5d3 1d7d8-1d7eb 1ee00-1ee03 1ee05-1ee1f 1ee21-1ee22 1ee24 1ee27 1ee29-1ee32 1ee34-1ee37 1ee39 1ee3b 1ee61-1ee62 1ee64 1ee67-1ee6a 1ee6c-1ee72 1ee74-1ee77 1ee79-1ee7c 1ee7e 1f030-1f093 1f0a0-1f0ae 1f0b1-1f0be 1f0c1-1f0cf 1f0d1-1f0df 1f311-1f318 1f42d-1f42e 1f431 1f435 1f600-1f623 1f625-1f62b 1f62d-1f640 1f643:fontformat=TrueType)
 2022-04-06T14:31:10.523Z TRACE wezterm_font::locator::font_config > listing by family took 179.892µs to compute and is []
 2022-04-06T14:31:10.523Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 143.774µs to compute and is []
 2022-04-06T14:31:10.526Z TRACE wezterm_font::locator::font_config > matching by family 'Last Resort High-Efficiency' took 3.103447ms to compute and is Pattern(DejaVu Sans:style=Book:slant=0:weight=80:width=100:file=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf:index=0:charset=20-7e a0-2e9 2ec-2ee 2f3 2f7 300-34f 351-353 357-358 35a 35c-362 370-377 37a-37f 384-38a 38c 38e-3a1 3a3-525 531-556 559-55f 561-587 589-58a 5b0-5c3 5c6-5c7 5d0-5ea 5f0-5f4 606-607 609-60a 60c 615 61b 61f 621-63a 640-655 657 65a 660-670 674 679-6bf 6c6-6c8 6cb-6cc 6ce 6d0 6d5 6f0-6f9 7c0-7e7 7eb-7f5 7f8-7fa e3f e81-e82 e84 e87-e88 e8a e8d e94-e97 e99-e9f ea1-ea3 ea5 ea7 eaa-eab ead-eb9 ebb-ebd ec0-ec4 ec6 ec8-ecd ed0-ed9 edc-edd 10a0-10c5 10d0-10fc 1401-1407 1409-141b 141d-1435 1437-144a 144c-1452 1454-14bd 14c0-14ea 14ec-1507 1510-153e 1540-1550 1552-156a 1574-1585 158a-1596 15a0-15af 15de 15e1 1646-1647 166e-1676 1680-169c 1d00-1d14 1d16-1d23 1d26-1d2e 1d30-1d5b 1d5d-1d6a 1d77-1d78 1d7b 1d7d 1d85 1d9b-1dbf 1dc4-1dc9 1e00-1efb 1f00-1f15 1f18-1f1d 1f20-1f45 1f48-1f4d 1f50-1f57 1f59 1f5b 1f5d 1f5f-1f7d 1f80-1fb4 1fb6-1fc4 1fc6-1fd3 1fd6-1fdb 1fdd-1fef 1ff2-1ff4 1ff6-1ffe 2000-2064 206a-2071 2074-208e 2090-209c 20a0-20b5 20b8-20ba 20bd 20d0-20d1 20d6-20d7 20db-20dc 20e1 2100-2109 210b-2149 214b 214e 2150-2185 2189 2190-2311 2318-2319 231c-2321 2324-2328 232b-232c 2373-2375 237a 237d 2387 2394 239b-23ae 23ce-23cf 23e3 23e5 23e8 2422-2423 2460-2469 2500-269c 269e-26b8 26c0-26c3 26e2 2701-2704 2706-2709 270c-2727 2729-274b 274d 274f-2752 2756 2758-275e 2761-2794 2798-27af 27b1-27be 27c5-27c6 27e0 27e6-27eb 27f0-28ff 2906-2907 290a-290b 2940-2941 2983-2984 29ce-29d5 29eb 29fa-29fb 2a00-2a02 2a0c-2a1c 2a2f 2a6a-2a6b 2a7d-2aa0 2aae-2aba 2af9-2afa 2b00-2b1a 2b1f-2b24 2b53-2b54 2c60-2c77 2c79-2c7f 2d00-2d25 2d30-2d65 2d6f 2e18 2e1f 2e22-2e25 2e2e 4dc0-4dff a4d0-a4ff a644-a647 a64c-a64d a650-a651 a654-a657 a662-a66e a68a-a68d a694-a695 a698-a699 a708-a716 a71b-a71f a722-a72b a730-a741 a746-a74b a74e-a753 a756-a757 a764-a767 a780-a783 a789-a78e a790-a791 a7a0-a7aa a7f8-a7ff ef00-ef19 f000-f003 f400-f426 f428-f441 f6c5 fb00-fb06 fb13-fb17 fb1d-fb36 fb38-fb3c fb3e fb40-fb41 fb43-fb44 fb46-fb4f fb52-fba3 fbaa-fbad fbd3-fbdc fbde-fbdf fbe4-fbe9 fbfc-fbff fe00-fe0f fe20-fe23 fe70-fe74 fe76-fefc feff fff9-fffd 10300-1031e 10320-10323 1d300-1d356 1d538-1d539 1d53b-1d53e 1d540-1d544 1d546 1d54a-1d550 1d552-1d56b 1d5a0-1d5d3 1d7d8-1d7eb 1ee00-1ee03 1ee05-1ee1f 1ee21-1ee22 1ee24 1ee27 1ee29-1ee32 1ee34-1ee37 1ee39 1ee3b 1ee61-1ee62 1ee64 1ee67-1ee6a 1ee6c-1ee72 1ee74-1ee77 1ee79-1ee7c 1ee7e 1f030-1f093 1f0a0-1f0ae 1f0b1-1f0be 1f0c1-1f0cf 1f0d1-1f0df 1f311-1f318 1f42d-1f42e 1f431 1f435 1f600-1f623 1f625-1f62b 1f62d-1f640 1f643:fontformat=TrueType)
 2022-04-06T14:31:10.526Z TRACE wezterm_font::shaper::harfbuzz     > compute metrics across these handles for size=12, dpi=96,
             theoretical pixel height 16: [ParsedFont { names: Names { full_name: "JetBrains Mono Regular", family: "JetBrains Mono", sub_family: Some("Regular"), postscript_name: Some("JetBrainsMono-Regular"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: BuiltIn { name: "../../assets/fonts/JetBrainsMono-Regular.ttf" }, index: 0, variation: 0, origin: BuiltIn, coverage: None }, cap_height: Some(0.73), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }, ParsedFont { names: Names { full_name: "Noto Color Emoji Regular", family: "Noto Color Emoji", sub_family: Some("Regular"), postscript_name: Some("NotoColorEmoji"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: OnDisk { path: "/usr/share/fonts/truetype/noto/NotoColorEmoji.ttf" }, index: 0, variation: 0, origin: FontConfig, coverage: Some(RangeSet { ranges: [32..33, 35..36, 42..43, 48..58, 169..170, 174..175, 8205..8206, 8252..8253, 8265..8266, 8419..8420, 8482..8483, 8505..8506, 8596..8602, 8617..8619, 8986..8988, 9000..9001, 9167..9168, 9193..9204, 9208..9211, 9410..9411, 9642..9644, 9654..9655, 9664..9665, 9723..9727, 9728..9733, 9742..9743, 9745..9746, 9748..9750, 9752..9753, 9757..9758, 9760..9761, 9762..9764, 9766..9767, 9770..9771, 9774..9776, 9784..9787, 9792..9793, 9794..9795, 9800..9812, 9823..9825, 9827..9828, 9829..9831, 9832..9833, 9851..9852, 9854..9856, 9874..9880, 9881..9882, 9883..9885, 9888..9890, 9895..9896, 9898..9900, 9904..9906, 9917..9919, 9924..9926, 9928..9929, 9934..9936, 9937..9938, 9939..9941, 9961..9963, 9968..9974, 9975..9979, 9981..9982, 9986..9987, 9989..9990, 9992..9998, 9999..10000, 10002..10003, 10004..10005, 10006..10007, 10013..10014, 10017..10018, 10024..10025, 10035..10037, 10052..10053, 10055..10056, 10060..10061, 10062..10063, 10067..10070, 10071..10072, 10083..10085, 10133..10136, 10145..10146, 10160..10161, 10175..10176, 10548..10550, 11013..11016, 11035..11037, 11088..11089, 11093..11094, 12336..12337, 12349..12350, 12951..12952, 12953..12954, 126980..126981, 127183..127184, 127344..127346, 127358..127360, 127374..127375, 127377..127387, 127462..127488, 127489..127491, 127514..127515, 127535..127536, 127538..127547, 127568..127570, 127744..127778, 127780..127892, 127894..127896, 127897..127900, 127902..127985, 127987..127990, 127991..128254, 128255..128318, 128329..128335, 128336..128360, 128367..128369, 128371..128379, 128391..128392, 128394..128398, 128400..128401, 128405..128407, 128420..128422, 128424..128425, 128433..128435, 128444..128445, 128450..128453, 128465..128468, 128476..128479, 128481..128482, 128483..128484, 128488..128489, 128495..128496, 128499..128500, 128506..128592, 128640..128710, 128715..128723, 128725..128728, 128736..128742, 128745..128746, 128747..128749, 128752..128753, 128755..128765, 128992..129004, 129292..129339, 129340..129350, 129351..129401, 129402..129484, 129485..129536, 129648..129653, 129656..129659, 129664..129671, 129680..129705, 129712..129719, 129728..129731, 129744..129751, 917552..917562, 917601..917627, 917631..917632, 1041637..1041647, 1042476..1042477, 1042478..1042488] }) }, cap_height: None, synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: true, pixel_sizes: [128], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }, ParsedFont { names: Names { full_name: "Symbols Nerd Font Mono 1000-em", family: "Symbols Nerd Font Mono", sub_family: Some("1000-em"), postscript_name: Some("SymbolsNerdFontAAEOPSCLMDIWEAM-1000-em"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: BuiltIn { name: "../../assets/fonts/Symbols-Nerd-Font-Mono.ttf" }, index: 0, variation: 0, origin: BuiltIn, coverage: None }, cap_height: None, synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }, ParsedFont { names: Names { full_name: "Last Resort High-Efficiency Regular", family: "Last Resort High-Efficiency", sub_family: Some("Regular"), postscript_name: Some("LastResortHE-Regular"), aliases: [] },weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: BuiltIn { name: "../../assets/fonts/LastResortHE-Regular.ttf" }, index: 0, variation: 0, origin: BuiltIn, coverage: None }, cap_height: Some(0.75), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }]
 2022-04-06T14:31:10.527Z TRACE wezterm_font::shaper::harfbuzz     > shaper wants 0 ParsedFont { names: Names { full_name: "JetBrains Mono Regular", family: "JetBrains Mono", sub_family: Some("Regular"), postscript_name: Some("JetBrainsMono-Regular"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: BuiltIn { name: "../../assets/fonts/JetBrainsMono-Regular.ttf" }, index: 0, variation: 0, origin: BuiltIn, coverage: None }, cap_height: Some(0.73), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }
 2022-04-06T14:31:10.527Z DEBUG wezterm_font::ftwrap               > set_char_size computing 12 dpi=96 (pixel height=16)
 2022-04-06T14:31:10.529Z TRACE wezterm_font::shaper::harfbuzz     > idx 0 cell_height is 21.12004280090332, which is 5.12004280090332 away from theoretical
                     height (factor 0.3200026750564575). Seems good enough
 2022-04-06T14:31:10.529Z TRACE wezterm_font::shaper::harfbuzz     > metrics_for_idx=0, size=12, dpi=96 -> FontMetrics { cell_width: 10.0, cell_height: 21.12004280090332, descender: -5.0, underline_thickness: 0.8000016212463379, underline_position: -2.8800058364868164, cap_height_ratio: Some(0.5208322778365545), cap_height: Some(11.0), is_scaled: true, presentation: Text, force_y_adjust: 0.0 }
wezterm.font_with_fallback({
  -- <built-in>, BuiltIn
  "JetBrains Mono",

  -- /usr/share/fonts/truetype/noto/NotoColorEmoji.ttf, FontConfig
  -- Assumed to have Emoji Presentation
  -- Pixel sizes: [128]
  "Noto Color Emoji",

  -- <built-in>, BuiltIn
  "Symbols Nerd Font Mono",

  -- <built-in>, BuiltIn
  "Last Resort High-Efficiency",

})

When Intensity=Bold Italic=false:
 2022-04-06T14:31:10.529Z TRACE wezterm_font::locator::font_config > listing by family took 282.554µs to compute and is []
 2022-04-06T14:31:10.529Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 252.063µs to compute and is []
 2022-04-06T14:31:10.532Z TRACE wezterm_font::locator::font_config > matching by family 'Terminus' took 2.996539ms to compute and is Pattern(Terminus:style=Bold:slant=0:weight=200:width=100:spacing=110:file=/usr/share/fonts/opentype/terminus/terminus-bold.otb:index=0:charset=20-7e a0-17f 186 18e-190 192 19d-19e 1b5-1b7 1cd-1d4 1e2-1f0 1f4-1f5 1fc-1ff 218-21b 232-233 254 258-259 25b 272 292 2bb-2bd 2c6-2c7 2d8-2d9 2db-2dd 300-308 30a-30c 329 384-38a 38c 38e-3a1 3a3-3ce 3d1 3d5 3f0-3f3 400-45f 462-463 46a-46b 490-49d 4a0-4a5 4aa-4ab 4ae-4b3 4b6-4bb 4c0-4c2 4d0-4df 4e2-4f5 4f8-4f9 5d0-5ea 1e0c-1e0d 1e34-1e37 1e40-1e47 1e6c-1e6d 1eb8-1eb9 1ebc-1ebd 1eca-1ecd 1ee4-1ee5 1ef8-1ef9 2000-2022 2026 2030 2032-2033 2039-203a 203c 203e 2070 2074-208e 20a7 20aa 20ac 20ae 2102 210e-210f 2115-2116 211a 211d 2122 2124 2126 2135 2190-2195 21a4 21a6 21a8 21b5 21bb 21cb-21cc 21d0-21d5 2200 2203-220d 2212-2216 2219-221a 221e-221f 2225 2227-222a 2248 2260-2261 2264-2265 226a-226b 2282-2283 2286-2287 22a5 22c2-22c3 2300 2302 2308-230b 2310 2319 2320-2321 2409-240d 2424 2500-2503 2508-254b 2550-2593 25a0 25ac 25ae 25b2 25b6 25ba 25bc 25c0 25c4 25c6 25ca-25cb 25cf 25d8-25d9 263a-263c 2640 2642 2660 2663 2665-2666 266a-266b 2713-2714 2717-2718 2800-28ff fffd:fontformat=TrueType)
 2022-04-06T14:31:10.533Z TRACE wezterm_font::locator::font_config > listing by family took 198.734µs to compute and is []
 2022-04-06T14:31:10.533Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 173.279µs to compute and is []
 2022-04-06T14:31:10.536Z TRACE wezterm_font::locator::font_config > matching by family 'JetBrains Mono' took 3.238469ms to compute and is Pattern(DejaVu Sans:style=Book:slant=0:weight=80:width=100:file=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf:index=0:charset=20-7e a0-2e9 2ec-2ee 2f3 2f7 300-34f 351-353 357-358 35a 35c-362 370-377 37a-37f 384-38a 38c 38e-3a1 3a3-525 531-556 559-55f 561-587 589-58a 5b0-5c3 5c6-5c7 5d0-5ea 5f0-5f4 606-607 609-60a 60c 615 61b 61f 621-63a 640-655 657 65a 660-670 674 679-6bf 6c6-6c8 6cb-6cc 6ce 6d0 6d5 6f0-6f9 7c0-7e7 7eb-7f5 7f8-7fa e3f e81-e82 e84 e87-e88 e8a e8d e94-e97 e99-e9f ea1-ea3 ea5 ea7 eaa-eab ead-eb9 ebb-ebd ec0-ec4 ec6 ec8-ecd ed0-ed9 edc-edd 10a0-10c5 10d0-10fc 1401-1407 1409-141b 141d-1435 1437-144a 144c-1452 1454-14bd 14c0-14ea 14ec-1507 1510-153e 1540-1550 1552-156a 1574-1585 158a-1596 15a0-15af 15de 15e1 1646-1647 166e-1676 1680-169c 1d00-1d14 1d16-1d23 1d26-1d2e 1d30-1d5b 1d5d-1d6a 1d77-1d78 1d7b 1d7d 1d85 1d9b-1dbf 1dc4-1dc9 1e00-1efb 1f00-1f15 1f18-1f1d 1f20-1f45 1f48-1f4d 1f50-1f57 1f59 1f5b 1f5d 1f5f-1f7d 1f80-1fb4 1fb6-1fc4 1fc6-1fd3 1fd6-1fdb 1fdd-1fef 1ff2-1ff4 1ff6-1ffe 2000-2064 206a-2071 2074-208e 2090-209c 20a0-20b5 20b8-20ba 20bd 20d0-20d1 20d6-20d7 20db-20dc 20e1 2100-2109 210b-2149 214b 214e 2150-2185 2189 2190-2311 2318-2319 231c-2321 2324-2328 232b-232c 2373-2375 237a 237d 2387 2394 239b-23ae 23ce-23cf 23e3 23e5 23e8 2422-2423 2460-2469 2500-269c 269e-26b8 26c0-26c3 26e2 2701-2704 2706-2709 270c-2727 2729-274b 274d 274f-2752 2756 2758-275e 2761-2794 2798-27af 27b1-27be 27c5-27c6 27e0 27e6-27eb 27f0-28ff 2906-2907 290a-290b 2940-2941 2983-2984 29ce-29d5 29eb 29fa-29fb 2a00-2a02 2a0c-2a1c 2a2f 2a6a-2a6b 2a7d-2aa0 2aae-2aba 2af9-2afa 2b00-2b1a 2b1f-2b24 2b53-2b54 2c60-2c77 2c79-2c7f 2d00-2d25 2d30-2d65 2d6f 2e18 2e1f 2e22-2e25 2e2e 4dc0-4dff a4d0-a4ff a644-a647 a64c-a64d a650-a651 a654-a657 a662-a66e a68a-a68d a694-a695 a698-a699 a708-a716 a71b-a71f a722-a72b a730-a741 a746-a74b a74e-a753 a756-a757 a764-a767 a780-a783 a789-a78e a790-a791 a7a0-a7aa a7f8-a7ff ef00-ef19 f000-f003 f400-f426 f428-f441 f6c5 fb00-fb06 fb13-fb17 fb1d-fb36 fb38-fb3c fb3e fb40-fb41 fb43-fb44 fb46-fb4f fb52-fba3 fbaa-fbad fbd3-fbdc fbde-fbdf fbe4-fbe9 fbfc-fbff fe00-fe0f fe20-fe23 fe70-fe74 fe76-fefc feff fff9-fffd 10300-1031e 10320-10323 1d300-1d356 1d538-1d539 1d53b-1d53e 1d540-1d544 1d546 1d54a-1d550 1d552-1d56b 1d5a0-1d5d3 1d7d8-1d7eb 1ee00-1ee03 1ee05-1ee1f 1ee21-1ee22 1ee24 1ee27 1ee29-1ee32 1ee34-1ee37 1ee39 1ee3b 1ee61-1ee62 1ee64 1ee67-1ee6a 1ee6c-1ee72 1ee74-1ee77 1ee79-1ee7c 1ee7e 1f030-1f093 1f0a0-1f0ae 1f0b1-1f0be 1f0c1-1f0cf 1f0d1-1f0df 1f311-1f318 1f42d-1f42e 1f431 1f435 1f600-1f623 1f625-1f62b 1f62d-1f640 1f643:fontformat=TrueType)
 2022-04-06T14:31:10.537Z TRACE wezterm_font::locator::font_config > listing by family took 568.099µs to compute and is [Pattern(Noto Color Emoji:spacing=100:file=/usr/share/fonts/truetype/noto/NotoColorEmoji.ttf:index=0:charset=20 23 2a 30-39 a9 ae 200d 203c 2049 20e3 2122 2139 2194-2199 21a9-21aa 231a-231b 2328 23cf 23e9-23f3 23f8-23fa 24c2 25aa-25ab 25b6 25c0 25fb-25fe 2600-2604 260e 2611 2614-2615 2618 261d 2620 2622-2623 2626 262a 262e-262f 2638-263a 2640 2642 2648-2653 265f-2660 2663 2665-2666 2668 267b 267e-267f 2692-2697 2699 269b-269c 26a0-26a1 26a7 26aa-26ab 26b0-26b1 26bd-26be 26c4-26c5 26c8 26ce-26cf 26d1 26d3-26d4 26e9-26ea 26f0-26f5 26f7-26fa 26fd 2702 2705 2708-270d 270f 2712 2714 2716 271d 2721 2728 2733-2734 2744 2747 274c 274e 2753-2755 2757 2763-2764 2795-2797 27a1 27b0 27bf 2934-2935 2b05-2b07 2b1b-2b1c 2b50 2b55 3030 303d 3297 3299 1f004 1f0cf 1f170-1f171 1f17e-1f17f 1f18e 1f191-1f19a 1f1e6-1f1ff 1f201-1f202 1f21a 1f22f 1f232-1f23a 1f250-1f251 1f300-1f321 1f324-1f393 1f396-1f397 1f399-1f39b 1f39e-1f3f0 1f3f3-1f3f5 1f3f7-1f4fd 1f4ff-1f53d 1f549-1f54e 1f550-1f567 1f56f-1f570 1f573-1f57a 1f587 1f58a-1f58d 1f590 1f595-1f596 1f5a4-1f5a5 1f5a8 1f5b1-1f5b2 1f5bc 1f5c2-1f5c4 1f5d1-1f5d3 1f5dc-1f5de 1f5e1 1f5e3 1f5e8 1f5ef 1f5f3 1f5fa-1f64f 1f680-1f6c5 1f6cb-1f6d2 1f6d5-1f6d7 1f6e0-1f6e5 1f6e9 1f6eb-1f6ec 1f6f0 1f6f3-1f6fc 1f7e0-1f7eb 1f90c-1f93a 1f93c-1f945 1f947-1f978 1f97a-1f9cb 1f9cd-1f9ff 1fa70-1fa74 1fa78-1fa7a 1fa80-1fa86 1fa90-1faa8 1fab0-1fab6 1fac0-1fac2 1fad0-1fad6 e0030-e0039 e0061-e007a e007f fe4e5-fe4ee fe82c fe82e-fe837)]
 2022-04-06T14:31:10.537Z TRACE wezterm_font::locator::font_config > found font-config match for Names { full_name: "Noto Color Emoji Regular", family: "Noto Color Emoji", sub_family: Some("Regular"), postscript_name: Some("NotoColorEmoji"), aliases: [] }
 2022-04-06T14:31:10.538Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 336.57µs to compute and is [Pattern(Noto Color Emoji:spacing=100:file=/usr/share/fonts/truetype/noto/NotoColorEmoji.ttf:index=0:charset=20 23 2a 30-39 a9 ae 200d 203c 2049 20e3 2122 2139 2194-2199 21a9-21aa 231a-231b 2328 23cf 23e9-23f3 23f8-23fa 24c2 25aa-25ab 25b6 25c0 25fb-25fe 2600-2604 260e 2611 2614-2615 2618 261d 2620 2622-2623 2626 262a 262e-262f 2638-263a 2640 2642 2648-2653 265f-2660 2663 2665-2666 2668 267b 267e-267f 2692-2697 2699 269b-269c 26a0-26a1 26a7 26aa-26ab 26b0-26b1 26bd-26be 26c4-26c5 26c8 26ce-26cf 26d1 26d3-26d4 26e9-26ea 26f0-26f5 26f7-26fa 26fd 2702 2705 2708-270d 270f 2712 2714 2716 271d 2721 2728 2733-2734 2744 2747 274c 274e 2753-2755 2757 2763-2764 2795-2797 27a1 27b0 27bf 2934-2935 2b05-2b07 2b1b-2b1c 2b50 2b55 3030 303d 3297 3299 1f004 1f0cf 1f170-1f171 1f17e-1f17f 1f18e 1f191-1f19a 1f1e6-1f1ff 1f201-1f202 1f21a 1f22f 1f232-1f23a 1f250-1f251 1f300-1f321 1f324-1f393 1f396-1f397 1f399-1f39b 1f39e-1f3f0 1f3f3-1f3f5 1f3f7-1f4fd 1f4ff-1f53d 1f549-1f54e 1f550-1f567 1f56f-1f570 1f573-1f57a 1f587 1f58a-1f58d 1f590 1f595-1f596 1f5a4-1f5a5 1f5a8 1f5b1-1f5b2 1f5bc 1f5c2-1f5c4 1f5d1-1f5d3 1f5dc-1f5de 1f5e1 1f5e3 1f5e8 1f5ef 1f5f3 1f5fa-1f64f 1f680-1f6c5 1f6cb-1f6d2 1f6d5-1f6d7 1f6e0-1f6e5 1f6e9 1f6eb-1f6ec 1f6f0 1f6f3-1f6fc 1f7e0-1f7eb 1f90c-1f93a 1f93c-1f945 1f947-1f978 1f97a-1f9cb 1f9cd-1f9ff 1fa70-1fa74 1fa78-1fa7a 1fa80-1fa86 1fa90-1faa8 1fab0-1fab6 1fac0-1fac2 1fad0-1fad6 e0030-e0039 e0061-e007a e007f fe4e5-fe4ee fe82c fe82e-fe837)]
 2022-04-06T14:31:10.538Z TRACE wezterm_font::locator::font_config > found font-config match for Names { full_name: "Noto Color Emoji Regular", family: "Noto Color Emoji", sub_family: Some("Regular"), postscript_name: Some("NotoColorEmoji"), aliases: [] }
 2022-04-06T14:31:10.538Z TRACE wezterm_font::locator::font_config > selected best font-config match Names { full_name: "Noto Color Emoji Regular", family: "Noto Color Emoji", sub_family: Some("Regular"), postscript_name: Some("NotoColorEmoji"), aliases: [] }
 2022-04-06T14:31:10.538Z TRACE wezterm_font::locator::font_config > listing by family took 418.817µs to compute and is []
 2022-04-06T14:31:10.539Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 361.579µs to compute and is []
 2022-04-06T14:31:10.542Z TRACE wezterm_font::locator::font_config > matching by family 'Symbols Nerd Font Mono' took 3.409884ms to compute and is Pattern(DejaVu Sans:style=Book:slant=0:weight=80:width=100:file=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf:index=0:charset=20-7e a0-2e9 2ec-2ee 2f3 2f7 300-34f 351-353 357-358 35a 35c-362 370-377 37a-37f 384-38a 38c 38e-3a1 3a3-525 531-556 559-55f 561-587 589-58a 5b0-5c3 5c6-5c7 5d0-5ea 5f0-5f4 606-607 609-60a 60c 615 61b 61f 621-63a 640-655 657 65a 660-670 674 679-6bf 6c6-6c8 6cb-6cc 6ce 6d0 6d5 6f0-6f9 7c0-7e7 7eb-7f5 7f8-7fa e3f e81-e82 e84 e87-e88 e8a e8d e94-e97 e99-e9f ea1-ea3 ea5 ea7 eaa-eab ead-eb9 ebb-ebd ec0-ec4 ec6 ec8-ecd ed0-ed9 edc-edd 10a0-10c5 10d0-10fc 1401-1407 1409-141b 141d-1435 1437-144a 144c-1452 1454-14bd 14c0-14ea 14ec-1507 1510-153e 1540-1550 1552-156a 1574-1585 158a-1596 15a0-15af 15de 15e1 1646-1647 166e-1676 1680-169c 1d00-1d14 1d16-1d23 1d26-1d2e 1d30-1d5b 1d5d-1d6a 1d77-1d78 1d7b 1d7d 1d85 1d9b-1dbf 1dc4-1dc9 1e00-1efb 1f00-1f15 1f18-1f1d 1f20-1f45 1f48-1f4d 1f50-1f57 1f59 1f5b 1f5d 1f5f-1f7d 1f80-1fb4 1fb6-1fc4 1fc6-1fd3 1fd6-1fdb 1fdd-1fef 1ff2-1ff4 1ff6-1ffe 2000-2064 206a-2071 2074-208e 2090-209c 20a0-20b5 20b8-20ba 20bd 20d0-20d1 20d6-20d7 20db-20dc 20e1 2100-2109 210b-2149 214b 214e 2150-2185 2189 2190-2311 2318-2319 231c-2321 2324-2328 232b-232c 2373-2375 237a 237d 2387 2394 239b-23ae 23ce-23cf 23e3 23e5 23e8 2422-2423 2460-2469 2500-269c 269e-26b8 26c0-26c3 26e2 2701-2704 2706-2709 270c-2727 2729-274b 274d 274f-2752 2756 2758-275e 2761-2794 2798-27af 27b1-27be 27c5-27c6 27e0 27e6-27eb 27f0-28ff 2906-2907 290a-290b 2940-2941 2983-2984 29ce-29d5 29eb 29fa-29fb 2a00-2a02 2a0c-2a1c 2a2f 2a6a-2a6b 2a7d-2aa0 2aae-2aba 2af9-2afa 2b00-2b1a 2b1f-2b24 2b53-2b54 2c60-2c77 2c79-2c7f 2d00-2d25 2d30-2d65 2d6f 2e18 2e1f 2e22-2e25 2e2e 4dc0-4dff a4d0-a4ff a644-a647 a64c-a64d a650-a651 a654-a657 a662-a66e a68a-a68d a694-a695 a698-a699 a708-a716 a71b-a71f a722-a72b a730-a741 a746-a74b a74e-a753 a756-a757 a764-a767 a780-a783 a789-a78e a790-a791 a7a0-a7aa a7f8-a7ff ef00-ef19 f000-f003 f400-f426 f428-f441 f6c5 fb00-fb06 fb13-fb17 fb1d-fb36 fb38-fb3c fb3e fb40-fb41 fb43-fb44 fb46-fb4f fb52-fba3 fbaa-fbad fbd3-fbdc fbde-fbdf fbe4-fbe9 fbfc-fbff fe00-fe0f fe20-fe23 fe70-fe74 fe76-fefc feff fff9-fffd 10300-1031e 10320-10323 1d300-1d356 1d538-1d539 1d53b-1d53e 1d540-1d544 1d546 1d54a-1d550 1d552-1d56b 1d5a0-1d5d3 1d7d8-1d7eb 1ee00-1ee03 1ee05-1ee1f 1ee21-1ee22 1ee24 1ee27 1ee29-1ee32 1ee34-1ee37 1ee39 1ee3b 1ee61-1ee62 1ee64 1ee67-1ee6a 1ee6c-1ee72 1ee74-1ee77 1ee79-1ee7c 1ee7e 1f030-1f093 1f0a0-1f0ae 1f0b1-1f0be 1f0c1-1f0cf 1f0d1-1f0df 1f311-1f318 1f42d-1f42e 1f431 1f435 1f600-1f623 1f625-1f62b 1f62d-1f640 1f643:fontformat=TrueType)
 2022-04-06T14:31:10.542Z TRACE wezterm_font::locator::font_config > listing by family took 194.991µs to compute and is []
 2022-04-06T14:31:10.543Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 183.462µs to compute and is []
 2022-04-06T14:31:10.546Z TRACE wezterm_font::locator::font_config > matching by family 'Last Resort High-Efficiency' took 3.148435ms to compute and is Pattern(DejaVu Sans:style=Book:slant=0:weight=80:width=100:file=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf:index=0:charset=20-7e a0-2e9 2ec-2ee 2f3 2f7 300-34f 351-353 357-358 35a 35c-362 370-377 37a-37f 384-38a 38c 38e-3a1 3a3-525 531-556 559-55f 561-587 589-58a 5b0-5c3 5c6-5c7 5d0-5ea 5f0-5f4 606-607 609-60a 60c 615 61b 61f 621-63a 640-655 657 65a 660-670 674 679-6bf 6c6-6c8 6cb-6cc 6ce 6d0 6d5 6f0-6f9 7c0-7e7 7eb-7f5 7f8-7fa e3f e81-e82 e84 e87-e88 e8a e8d e94-e97 e99-e9f ea1-ea3 ea5 ea7 eaa-eab ead-eb9 ebb-ebd ec0-ec4 ec6 ec8-ecd ed0-ed9 edc-edd 10a0-10c5 10d0-10fc 1401-1407 1409-141b 141d-1435 1437-144a 144c-1452 1454-14bd 14c0-14ea 14ec-1507 1510-153e 1540-1550 1552-156a 1574-1585 158a-1596 15a0-15af 15de 15e1 1646-1647 166e-1676 1680-169c 1d00-1d14 1d16-1d23 1d26-1d2e 1d30-1d5b 1d5d-1d6a 1d77-1d78 1d7b 1d7d 1d85 1d9b-1dbf 1dc4-1dc9 1e00-1efb 1f00-1f15 1f18-1f1d 1f20-1f45 1f48-1f4d 1f50-1f57 1f59 1f5b 1f5d 1f5f-1f7d 1f80-1fb4 1fb6-1fc4 1fc6-1fd3 1fd6-1fdb 1fdd-1fef 1ff2-1ff4 1ff6-1ffe 2000-2064 206a-2071 2074-208e 2090-209c 20a0-20b5 20b8-20ba 20bd 20d0-20d1 20d6-20d7 20db-20dc 20e1 2100-2109 210b-2149 214b 214e 2150-2185 2189 2190-2311 2318-2319 231c-2321 2324-2328 232b-232c 2373-2375 237a 237d 2387 2394 239b-23ae 23ce-23cf 23e3 23e5 23e8 2422-2423 2460-2469 2500-269c 269e-26b8 26c0-26c3 26e2 2701-2704 2706-2709 270c-2727 2729-274b 274d 274f-2752 2756 2758-275e 2761-2794 2798-27af 27b1-27be 27c5-27c6 27e0 27e6-27eb 27f0-28ff 2906-2907 290a-290b 2940-2941 2983-2984 29ce-29d5 29eb 29fa-29fb 2a00-2a02 2a0c-2a1c 2a2f 2a6a-2a6b 2a7d-2aa0 2aae-2aba 2af9-2afa 2b00-2b1a 2b1f-2b24 2b53-2b54 2c60-2c77 2c79-2c7f 2d00-2d25 2d30-2d65 2d6f 2e18 2e1f 2e22-2e25 2e2e 4dc0-4dff a4d0-a4ff a644-a647 a64c-a64d a650-a651 a654-a657 a662-a66e a68a-a68d a694-a695 a698-a699 a708-a716 a71b-a71f a722-a72b a730-a741 a746-a74b a74e-a753 a756-a757 a764-a767 a780-a783 a789-a78e a790-a791 a7a0-a7aa a7f8-a7ff ef00-ef19 f000-f003 f400-f426 f428-f441 f6c5 fb00-fb06 fb13-fb17 fb1d-fb36 fb38-fb3c fb3e fb40-fb41 fb43-fb44 fb46-fb4f fb52-fba3 fbaa-fbad fbd3-fbdc fbde-fbdf fbe4-fbe9 fbfc-fbff fe00-fe0f fe20-fe23 fe70-fe74 fe76-fefc feff fff9-fffd 10300-1031e 10320-10323 1d300-1d356 1d538-1d539 1d53b-1d53e 1d540-1d544 1d546 1d54a-1d550 1d552-1d56b 1d5a0-1d5d3 1d7d8-1d7eb 1ee00-1ee03 1ee05-1ee1f 1ee21-1ee22 1ee24 1ee27 1ee29-1ee32 1ee34-1ee37 1ee39 1ee3b 1ee61-1ee62 1ee64 1ee67-1ee6a 1ee6c-1ee72 1ee74-1ee77 1ee79-1ee7c 1ee7e 1f030-1f093 1f0a0-1f0ae 1f0b1-1f0be 1f0c1-1f0cf 1f0d1-1f0df 1f311-1f318 1f42d-1f42e 1f431 1f435 1f600-1f623 1f625-1f62b 1f62d-1f640 1f643:fontformat=TrueType)
 2022-04-06T14:31:10.546Z TRACE wezterm_font::shaper::harfbuzz     > compute metrics across these handles for size=12, dpi=96,
             theoretical pixel height 16: [ParsedFont { names: Names { full_name: "JetBrains Mono Regular", family: "JetBrains Mono", sub_family: Some("Regular"), postscript_name: Some("JetBrainsMono-Regular"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: BuiltIn { name: "../../assets/fonts/JetBrainsMono-Regular.ttf" }, index: 0, variation: 0, origin: BuiltIn, coverage: None }, cap_height: Some(0.73), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }, ParsedFont { names: Names { full_name: "Noto Color Emoji Regular", family: "Noto Color Emoji", sub_family: Some("Regular"), postscript_name: Some("NotoColorEmoji"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: OnDisk { path: "/usr/share/fonts/truetype/noto/NotoColorEmoji.ttf" }, index: 0, variation: 0, origin: FontConfig, coverage: Some(RangeSet { ranges: [32..33, 35..36, 42..43, 48..58, 169..170, 174..175, 8205..8206, 8252..8253, 8265..8266, 8419..8420, 8482..8483, 8505..8506, 8596..8602, 8617..8619, 8986..8988, 9000..9001, 9167..9168, 9193..9204, 9208..9211, 9410..9411, 9642..9644, 9654..9655, 9664..9665, 9723..9727, 9728..9733, 9742..9743, 9745..9746, 9748..9750, 9752..9753, 9757..9758, 9760..9761, 9762..9764, 9766..9767, 9770..9771, 9774..9776, 9784..9787, 9792..9793, 9794..9795, 9800..9812, 9823..9825, 9827..9828, 9829..9831, 9832..9833, 9851..9852, 9854..9856, 9874..9880, 9881..9882, 9883..9885, 9888..9890, 9895..9896, 9898..9900, 9904..9906, 9917..9919, 9924..9926, 9928..9929, 9934..9936, 9937..9938, 9939..9941, 9961..9963, 9968..9974, 9975..9979, 9981..9982, 9986..9987, 9989..9990, 9992..9998, 9999..10000, 10002..10003, 10004..10005, 10006..10007, 10013..10014, 10017..10018, 10024..10025, 10035..10037, 10052..10053, 10055..10056, 10060..10061, 10062..10063, 10067..10070, 10071..10072, 10083..10085, 10133..10136, 10145..10146, 10160..10161, 10175..10176, 10548..10550, 11013..11016, 11035..11037, 11088..11089, 11093..11094, 12336..12337, 12349..12350, 12951..12952, 12953..12954, 126980..126981, 127183..127184, 127344..127346, 127358..127360, 127374..127375, 127377..127387, 127462..127488, 127489..127491, 127514..127515, 127535..127536, 127538..127547, 127568..127570, 127744..127778, 127780..127892, 127894..127896, 127897..127900, 127902..127985, 127987..127990, 127991..128254, 128255..128318, 128329..128335, 128336..128360, 128367..128369, 128371..128379, 128391..128392, 128394..128398, 128400..128401, 128405..128407, 128420..128422, 128424..128425, 128433..128435, 128444..128445, 128450..128453, 128465..128468, 128476..128479, 128481..128482, 128483..128484, 128488..128489, 128495..128496, 128499..128500, 128506..128592, 128640..128710, 128715..128723, 128725..128728, 128736..128742, 128745..128746, 128747..128749, 128752..128753, 128755..128765, 128992..129004, 129292..129339, 129340..129350, 129351..129401, 129402..129484, 129485..129536, 129648..129653, 129656..129659, 129664..129671, 129680..129705, 129712..129719, 129728..129731, 129744..129751, 917552..917562, 917601..917627, 917631..917632, 1041637..1041647, 1042476..1042477, 1042478..1042488] }) }, cap_height: None, synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: true, pixel_sizes: [128], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }, ParsedFont { names: Names { full_name: "Symbols Nerd Font Mono 1000-em", family: "Symbols Nerd Font Mono", sub_family: Some("1000-em"), postscript_name: Some("SymbolsNerdFontAAEOPSCLMDIWEAM-1000-em"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: BuiltIn { name: "../../assets/fonts/Symbols-Nerd-Font-Mono.ttf" }, index: 0, variation: 0, origin: BuiltIn, coverage: None }, cap_height: None, synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }, ParsedFont { names: Names { full_name: "Last Resort High-Efficiency Regular", family: "Last Resort High-Efficiency", sub_family: Some("Regular"), postscript_name: Some("LastResortHE-Regular"), aliases: [] },weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: BuiltIn { name: "../../assets/fonts/LastResortHE-Regular.ttf" }, index: 0, variation: 0, origin: BuiltIn, coverage: None }, cap_height: Some(0.75), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }]
 2022-04-06T14:31:10.546Z TRACE wezterm_font::shaper::harfbuzz     > shaper wants 0 ParsedFont { names: Names { full_name: "JetBrains Mono Regular", family: "JetBrains Mono", sub_family: Some("Regular"), postscript_name: Some("JetBrainsMono-Regular"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: BuiltIn { name: "../../assets/fonts/JetBrainsMono-Regular.ttf" }, index: 0, variation: 0, origin: BuiltIn, coverage: None }, cap_height: Some(0.73), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }
 2022-04-06T14:31:10.546Z DEBUG wezterm_font::ftwrap               > set_char_size computing 12 dpi=96 (pixel height=16)
 2022-04-06T14:31:10.548Z TRACE wezterm_font::shaper::harfbuzz     > idx 0 cell_height is 21.12004280090332, which is 5.12004280090332 away from theoretical
                     height (factor 0.3200026750564575). Seems good enough
 2022-04-06T14:31:10.548Z TRACE wezterm_font::shaper::harfbuzz     > metrics_for_idx=0, size=12, dpi=96 -> FontMetrics { cell_width: 10.0, cell_height: 21.12004280090332, descender: -5.0, underline_thickness: 0.8000016212463379, underline_position: -2.8800058364868164, cap_height_ratio: Some(0.5208322778365545), cap_height: Some(11.0), is_scaled: true, presentation: Text, force_y_adjust: 0.0 }
wezterm.font_with_fallback({
  -- <built-in>, BuiltIn
  "JetBrains Mono",

  -- /usr/share/fonts/truetype/noto/NotoColorEmoji.ttf, FontConfig
  -- Assumed to have Emoji Presentation
  -- Pixel sizes: [128]
  "Noto Color Emoji",

  -- <built-in>, BuiltIn
  "Symbols Nerd Font Mono",

  -- <built-in>, BuiltIn
  "Last Resort High-Efficiency",

})

When Intensity=Bold Italic=true:
 2022-04-06T14:31:10.548Z TRACE wezterm_font::locator::font_config > listing by family took 252.495µs to compute and is []
 2022-04-06T14:31:10.549Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 287.965µs to compute and is []
 2022-04-06T14:31:10.552Z TRACE wezterm_font::locator::font_config > matching by family 'Terminus' took 3.017793ms to compute and is Pattern(Terminus:style=BoldOblique:slant=110:weight=200:width=100:spacing=110:file=/usr/share/fonts/opentype/terminus/terminus-bold-oblique.otb:index=0:charset=20-7e a0-17f 186 18e-190 192 19d-19e 1b5-1b7 1cd-1d4 1e2-1f0 1f4-1f5 1fc-1ff 218-21b 232-233 254 258-259 25b 272 292 2bb-2bd 2c6-2c7 2d8-2d9 2db-2dd 300-308 30a-30c 329 384-38a 38c 38e-3a1 3a3-3ce 3d1 3d5 3f0-3f3 400-45f 462-463 46a-46b 490-49d 4a0-4a5 4aa-4ab 4ae-4b3 4b6-4bb 4c0-4c2 4d0-4df 4e2-4f5 4f8-4f9 5d0-5ea 1e0c-1e0d 1e34-1e37 1e40-1e47 1e6c-1e6d 1eb8-1eb9 1ebc-1ebd 1eca-1ecd 1ee4-1ee5 1ef8-1ef9 2000-2022 2026 2030 2032-2033 2039-203a 203c 203e 2070 2074-208e 20a7 20aa 20ac 20ae 2102 210e-210f 2115-2116 211a 211d 2122 2124 2126 2135 2190-2195 21a4 21a6 21a8 21b5 21bb 21cb-21cc 21d0-21d5 2200 2203-220d 2212-2216 2219-221a 221e-221f 2225 2227-222a 2248 2260-2261 2264-2265 226a-226b 2282-2283 2286-2287 22a5 22c2-22c3 2300 2302 2308-230b 2310 2319 2320-2321 2409-240d 2424 2500-2503 2508-254b 2550-2593 25a0 25ac 25ae 25b2 25b6 25ba25bc 25c0 25c4 25c6 25ca-25cb 25cf 25d8-25d9 263a-263c 2640 2642 2660 2663 2665-2666 266a-266b 2713-2714 2717-2718 2800-28ff fffd:fontformat=TrueType)
 2022-04-06T14:31:10.552Z TRACE wezterm_font::locator::font_config > listing by family took 156.45µs to compute and is []
 2022-04-06T14:31:10.552Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 164.039µs to compute and is []
 2022-04-06T14:31:10.555Z TRACE wezterm_font::locator::font_config > matching by family 'JetBrains Mono' took 2.958445ms to compute and is Pattern(DejaVu Sans:style=Book:slant=0:weight=80:width=100:file=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf:index=0:charset=20-7e a0-2e9 2ec-2ee 2f3 2f7 300-34f 351-353 357-358 35a 35c-362 370-377 37a-37f 384-38a 38c 38e-3a1 3a3-525 531-556 559-55f 561-587 589-58a 5b0-5c3 5c6-5c7 5d0-5ea 5f0-5f4 606-607 609-60a 60c 615 61b 61f 621-63a 640-655 657 65a 660-670 674 679-6bf 6c6-6c8 6cb-6cc 6ce 6d0 6d5 6f0-6f9 7c0-7e7 7eb-7f5 7f8-7fa e3f e81-e82 e84 e87-e88 e8a e8d e94-e97 e99-e9f ea1-ea3 ea5 ea7 eaa-eab ead-eb9 ebb-ebd ec0-ec4 ec6 ec8-ecd ed0-ed9 edc-edd 10a0-10c5 10d0-10fc 1401-1407 1409-141b 141d-1435 1437-144a 144c-1452 1454-14bd 14c0-14ea 14ec-1507 1510-153e 1540-1550 1552-156a 1574-1585 158a-1596 15a0-15af 15de 15e1 1646-1647 166e-1676 1680-169c 1d00-1d14 1d16-1d23 1d26-1d2e 1d30-1d5b 1d5d-1d6a 1d77-1d78 1d7b 1d7d 1d85 1d9b-1dbf 1dc4-1dc9 1e00-1efb 1f00-1f15 1f18-1f1d 1f20-1f45 1f48-1f4d 1f50-1f57 1f59 1f5b 1f5d 1f5f-1f7d 1f80-1fb4 1fb6-1fc4 1fc6-1fd3 1fd6-1fdb 1fdd-1fef 1ff2-1ff4 1ff6-1ffe 2000-2064 206a-2071 2074-208e 2090-209c 20a0-20b5 20b8-20ba 20bd 20d0-20d1 20d6-20d7 20db-20dc 20e1 2100-2109 210b-2149 214b 214e 2150-2185 2189 2190-2311 2318-2319 231c-2321 2324-2328 232b-232c 2373-2375 237a 237d 2387 2394 239b-23ae 23ce-23cf 23e3 23e5 23e8 2422-2423 2460-2469 2500-269c 269e-26b8 26c0-26c3 26e2 2701-2704 2706-2709 270c-2727 2729-274b 274d 274f-2752 2756 2758-275e 2761-2794 2798-27af 27b1-27be 27c5-27c6 27e0 27e6-27eb 27f0-28ff 2906-2907 290a-290b 2940-2941 2983-2984 29ce-29d5 29eb 29fa-29fb 2a00-2a02 2a0c-2a1c 2a2f 2a6a-2a6b 2a7d-2aa0 2aae-2aba 2af9-2afa 2b00-2b1a 2b1f-2b24 2b53-2b54 2c60-2c77 2c79-2c7f 2d00-2d25 2d30-2d65 2d6f 2e18 2e1f 2e22-2e25 2e2e 4dc0-4dff a4d0-a4ff a644-a647 a64c-a64d a650-a651 a654-a657 a662-a66e a68a-a68d a694-a695 a698-a699 a708-a716 a71b-a71f a722-a72b a730-a741 a746-a74b a74e-a753 a756-a757 a764-a767 a780-a783 a789-a78e a790-a791 a7a0-a7aa a7f8-a7ff ef00-ef19 f000-f003 f400-f426 f428-f441 f6c5 fb00-fb06 fb13-fb17 fb1d-fb36 fb38-fb3c fb3e fb40-fb41 fb43-fb44 fb46-fb4f fb52-fba3 fbaa-fbad fbd3-fbdc fbde-fbdf fbe4-fbe9 fbfc-fbff fe00-fe0f fe20-fe23 fe70-fe74 fe76-fefc feff fff9-fffd 10300-1031e 10320-10323 1d300-1d356 1d538-1d539 1d53b-1d53e 1d540-1d544 1d546 1d54a-1d550 1d552-1d56b 1d5a0-1d5d3 1d7d8-1d7eb 1ee00-1ee03 1ee05-1ee1f 1ee21-1ee22 1ee24 1ee27 1ee29-1ee32 1ee34-1ee37 1ee39 1ee3b 1ee61-1ee62 1ee64 1ee67-1ee6a 1ee6c-1ee72 1ee74-1ee77 1ee79-1ee7c 1ee7e 1f030-1f093 1f0a0-1f0ae 1f0b1-1f0be 1f0c1-1f0cf 1f0d1-1f0df 1f311-1f318 1f42d-1f42e 1f431 1f435 1f600-1f623 1f625-1f62b 1f62d-1f640 1f643:fontformat=TrueType)
 2022-04-06T14:31:10.556Z TRACE wezterm_font::locator::font_config > listing by family took 378.165µs to compute and is [Pattern(Noto Color Emoji:spacing=100:file=/usr/share/fonts/truetype/noto/NotoColorEmoji.ttf:index=0:charset=20 23 2a 30-39 a9 ae 200d 203c 2049 20e3 2122 2139 2194-2199 21a9-21aa 231a-231b 2328 23cf 23e9-23f3 23f8-23fa 24c2 25aa-25ab 25b6 25c0 25fb-25fe 2600-2604 260e 2611 2614-2615 2618 261d 2620 2622-2623 2626 262a 262e-262f 2638-263a 2640 2642 2648-2653 265f-2660 2663 2665-2666 2668 267b 267e-267f 2692-2697 2699 269b-269c 26a0-26a1 26a7 26aa-26ab 26b0-26b1 26bd-26be 26c4-26c5 26c8 26ce-26cf 26d1 26d3-26d4 26e9-26ea 26f0-26f5 26f7-26fa 26fd 2702 2705 2708-270d 270f 2712 2714 2716 271d 2721 2728 2733-2734 2744 2747 274c 274e 2753-2755 2757 2763-2764 2795-2797 27a1 27b0 27bf 2934-2935 2b05-2b07 2b1b-2b1c 2b50 2b55 3030 303d 3297 3299 1f004 1f0cf 1f170-1f171 1f17e-1f17f 1f18e 1f191-1f19a 1f1e6-1f1ff 1f201-1f202 1f21a 1f22f 1f232-1f23a 1f250-1f251 1f300-1f321 1f324-1f393 1f396-1f397 1f399-1f39b 1f39e-1f3f0 1f3f3-1f3f5 1f3f7-1f4fd 1f4ff-1f53d 1f549-1f54e 1f550-1f567 1f56f-1f570 1f573-1f57a 1f587 1f58a-1f58d 1f590 1f595-1f596 1f5a4-1f5a5 1f5a8 1f5b1-1f5b2 1f5bc 1f5c2-1f5c4 1f5d1-1f5d3 1f5dc-1f5de 1f5e1 1f5e3 1f5e8 1f5ef 1f5f3 1f5fa-1f64f 1f680-1f6c5 1f6cb-1f6d2 1f6d5-1f6d7 1f6e0-1f6e5 1f6e9 1f6eb-1f6ec 1f6f0 1f6f3-1f6fc 1f7e0-1f7eb 1f90c-1f93a 1f93c-1f945 1f947-1f978 1f97a-1f9cb 1f9cd-1f9ff 1fa70-1fa74 1fa78-1fa7a 1fa80-1fa86 1fa90-1faa8 1fab0-1fab6 1fac0-1fac2 1fad0-1fad6 e0030-e0039 e0061-e007a e007f fe4e5-fe4ee fe82c fe82e-fe837)]
 2022-04-06T14:31:10.556Z TRACE wezterm_font::locator::font_config > found font-config match for Names { full_name: "Noto Color Emoji Regular", family: "Noto Color Emoji", sub_family: Some("Regular"), postscript_name: Some("NotoColorEmoji"), aliases: [] }
 2022-04-06T14:31:10.557Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 736.971µs to compute and is [Pattern(Noto Color Emoji:spacing=100:file=/usr/share/fonts/truetype/noto/NotoColorEmoji.ttf:index=0:charset=20 23 2a 30-39 a9 ae 200d 203c 2049 20e3 2122 2139 2194-2199 21a9-21aa 231a-231b 2328 23cf 23e9-23f3 23f8-23fa 24c2 25aa-25ab 25b6 25c0 25fb-25fe 2600-2604 260e 2611 2614-2615 2618 261d 2620 2622-2623 2626 262a 262e-262f 2638-263a 2640 2642 2648-2653 265f-2660 2663 2665-2666 2668 267b 267e-267f 2692-2697 2699 269b-269c 26a0-26a1 26a7 26aa-26ab 26b0-26b1 26bd-26be 26c4-26c5 26c8 26ce-26cf 26d1 26d3-26d4 26e9-26ea 26f0-26f5 26f7-26fa 26fd 2702 2705 2708-270d 270f 2712 2714 2716 271d 2721 2728 2733-2734 2744 2747 274c 274e 2753-2755 2757 2763-2764 2795-2797 27a1 27b0 27bf 2934-2935 2b05-2b07 2b1b-2b1c 2b50 2b55 3030 303d 3297 3299 1f004 1f0cf 1f170-1f171 1f17e-1f17f 1f18e 1f191-1f19a 1f1e6-1f1ff 1f201-1f202 1f21a 1f22f 1f232-1f23a 1f250-1f251 1f300-1f321 1f324-1f393 1f396-1f397 1f399-1f39b 1f39e-1f3f0 1f3f3-1f3f5 1f3f7-1f4fd 1f4ff-1f53d 1f549-1f54e 1f550-1f567 1f56f-1f570 1f573-1f57a 1f587 1f58a-1f58d 1f590 1f595-1f596 1f5a4-1f5a5 1f5a8 1f5b1-1f5b2 1f5bc 1f5c2-1f5c4 1f5d1-1f5d3 1f5dc-1f5de 1f5e1 1f5e3 1f5e8 1f5ef 1f5f3 1f5fa-1f64f 1f680-1f6c5 1f6cb-1f6d2 1f6d5-1f6d7 1f6e0-1f6e5 1f6e9 1f6eb-1f6ec 1f6f0 1f6f3-1f6fc 1f7e0-1f7eb 1f90c-1f93a 1f93c-1f945 1f947-1f978 1f97a-1f9cb 1f9cd-1f9ff 1fa70-1fa74 1fa78-1fa7a 1fa80-1fa86 1fa90-1faa8 1fab0-1fab6 1fac0-1fac2 1fad0-1fad6 e0030-e0039 e0061-e007a e007f fe4e5-fe4ee fe82c fe82e-fe837)]
 2022-04-06T14:31:10.557Z TRACE wezterm_font::locator::font_config > found font-config match for Names { full_name: "Noto Color Emoji Regular", family: "Noto Color Emoji", sub_family: Some("Regular"), postscript_name: Some("NotoColorEmoji"), aliases: [] }
 2022-04-06T14:31:10.557Z TRACE wezterm_font::locator::font_config > selected best font-config match Names { full_name: "Noto Color Emoji Regular", family: "Noto Color Emoji", sub_family: Some("Regular"), postscript_name: Some("NotoColorEmoji"), aliases: [] }
 2022-04-06T14:31:10.558Z TRACE wezterm_font::locator::font_config > listing by family took 211.647µs to compute and is []
 2022-04-06T14:31:10.558Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 201.479µs to compute and is []
 2022-04-06T14:31:10.561Z TRACE wezterm_font::locator::font_config > matching by family 'Symbols Nerd Font Mono' took 3.409448ms to compute and is Pattern(DejaVu Sans:style=Book:slant=0:weight=80:width=100:file=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf:index=0:charset=20-7e a0-2e9 2ec-2ee 2f3 2f7 300-34f 351-353 357-358 35a 35c-362 370-377 37a-37f 384-38a 38c 38e-3a1 3a3-525 531-556 559-55f 561-587 589-58a 5b0-5c3 5c6-5c7 5d0-5ea 5f0-5f4 606-607 609-60a 60c 615 61b 61f 621-63a 640-655 657 65a 660-670 674 679-6bf 6c6-6c8 6cb-6cc 6ce 6d0 6d5 6f0-6f9 7c0-7e7 7eb-7f5 7f8-7fa e3f e81-e82 e84 e87-e88 e8a e8d e94-e97 e99-e9f ea1-ea3 ea5 ea7 eaa-eab ead-eb9 ebb-ebd ec0-ec4 ec6 ec8-ecd ed0-ed9 edc-edd 10a0-10c5 10d0-10fc 1401-1407 1409-141b 141d-1435 1437-144a 144c-1452 1454-14bd 14c0-14ea 14ec-1507 1510-153e 1540-1550 1552-156a 1574-1585 158a-1596 15a0-15af 15de 15e1 1646-1647 166e-1676 1680-169c 1d00-1d14 1d16-1d23 1d26-1d2e 1d30-1d5b 1d5d-1d6a 1d77-1d78 1d7b 1d7d 1d85 1d9b-1dbf 1dc4-1dc9 1e00-1efb 1f00-1f15 1f18-1f1d 1f20-1f45 1f48-1f4d 1f50-1f57 1f59 1f5b 1f5d 1f5f-1f7d 1f80-1fb4 1fb6-1fc4 1fc6-1fd3 1fd6-1fdb 1fdd-1fef 1ff2-1ff4 1ff6-1ffe 2000-2064 206a-2071 2074-208e 2090-209c 20a0-20b5 20b8-20ba 20bd 20d0-20d1 20d6-20d7 20db-20dc 20e1 2100-2109 210b-2149 214b 214e 2150-2185 2189 2190-2311 2318-2319 231c-2321 2324-2328 232b-232c 2373-2375 237a 237d 2387 2394 239b-23ae 23ce-23cf 23e3 23e5 23e8 2422-2423 2460-2469 2500-269c 269e-26b8 26c0-26c3 26e2 2701-2704 2706-2709 270c-2727 2729-274b 274d 274f-2752 2756 2758-275e 2761-2794 2798-27af 27b1-27be 27c5-27c6 27e0 27e6-27eb 27f0-28ff 2906-2907 290a-290b 2940-2941 2983-2984 29ce-29d5 29eb 29fa-29fb 2a00-2a02 2a0c-2a1c 2a2f 2a6a-2a6b 2a7d-2aa0 2aae-2aba 2af9-2afa 2b00-2b1a 2b1f-2b24 2b53-2b54 2c60-2c77 2c79-2c7f 2d00-2d25 2d30-2d65 2d6f 2e18 2e1f 2e22-2e25 2e2e 4dc0-4dff a4d0-a4ff a644-a647 a64c-a64d a650-a651 a654-a657 a662-a66e a68a-a68d a694-a695 a698-a699 a708-a716 a71b-a71f a722-a72b a730-a741 a746-a74b a74e-a753 a756-a757 a764-a767 a780-a783 a789-a78e a790-a791 a7a0-a7aa a7f8-a7ff ef00-ef19 f000-f003 f400-f426 f428-f441 f6c5 fb00-fb06 fb13-fb17 fb1d-fb36 fb38-fb3c fb3e fb40-fb41 fb43-fb44 fb46-fb4f fb52-fba3 fbaa-fbad fbd3-fbdc fbde-fbdf fbe4-fbe9 fbfc-fbff fe00-fe0f fe20-fe23 fe70-fe74 fe76-fefc feff fff9-fffd 10300-1031e 10320-10323 1d300-1d356 1d538-1d539 1d53b-1d53e 1d540-1d544 1d546 1d54a-1d550 1d552-1d56b 1d5a0-1d5d3 1d7d8-1d7eb 1ee00-1ee03 1ee05-1ee1f 1ee21-1ee22 1ee24 1ee27 1ee29-1ee32 1ee34-1ee37 1ee39 1ee3b 1ee61-1ee62 1ee64 1ee67-1ee6a 1ee6c-1ee72 1ee74-1ee77 1ee79-1ee7c 1ee7e 1f030-1f093 1f0a0-1f0ae 1f0b1-1f0be 1f0c1-1f0cf 1f0d1-1f0df 1f311-1f318 1f42d-1f42e 1f431 1f435 1f600-1f623 1f625-1f62b 1f62d-1f640 1f643:fontformat=TrueType)
 2022-04-06T14:31:10.562Z TRACE wezterm_font::locator::font_config > listing by family took 161.516µs to compute and is []
 2022-04-06T14:31:10.562Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 146.548µs to compute and is []
 2022-04-06T14:31:10.565Z TRACE wezterm_font::locator::font_config > matching by family 'Last Resort High-Efficiency' took 2.96547ms to compute and is Pattern(DejaVu Sans:style=Book:slant=0:weight=80:width=100:file=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf:index=0:charset=20-7e a0-2e9 2ec-2ee 2f3 2f7 300-34f 351-353 357-358 35a 35c-362 370-377 37a-37f 384-38a 38c 38e-3a1 3a3-525 531-556 559-55f 561-587 589-58a 5b0-5c3 5c6-5c7 5d0-5ea 5f0-5f4 606-607 609-60a 60c 615 61b 61f 621-63a 640-655 657 65a 660-670 674 679-6bf 6c6-6c8 6cb-6cc 6ce 6d0 6d5 6f0-6f9 7c0-7e7 7eb-7f5 7f8-7fa e3f e81-e82 e84 e87-e88 e8a e8d e94-e97 e99-e9f ea1-ea3 ea5 ea7 eaa-eab ead-eb9 ebb-ebd ec0-ec4 ec6 ec8-ecd ed0-ed9 edc-edd 10a0-10c5 10d0-10fc 1401-1407 1409-141b 141d-1435 1437-144a 144c-1452 1454-14bd 14c0-14ea 14ec-1507 1510-153e 1540-1550 1552-156a 1574-1585 158a-1596 15a0-15af 15de 15e1 1646-1647 166e-1676 1680-169c 1d00-1d14 1d16-1d23 1d26-1d2e 1d30-1d5b 1d5d-1d6a 1d77-1d78 1d7b 1d7d 1d85 1d9b-1dbf 1dc4-1dc9 1e00-1efb 1f00-1f15 1f18-1f1d 1f20-1f45 1f48-1f4d 1f50-1f57 1f59 1f5b 1f5d 1f5f-1f7d 1f80-1fb4 1fb6-1fc4 1fc6-1fd3 1fd6-1fdb 1fdd-1fef 1ff2-1ff4 1ff6-1ffe 2000-2064 206a-2071 2074-208e 2090-209c 20a0-20b5 20b8-20ba 20bd 20d0-20d1 20d6-20d7 20db-20dc 20e1 2100-2109 210b-2149 214b 214e 2150-2185 2189 2190-2311 2318-2319 231c-2321 2324-2328 232b-232c 2373-2375 237a 237d 2387 2394 239b-23ae 23ce-23cf 23e3 23e5 23e8 2422-2423 2460-2469 2500-269c 269e-26b8 26c0-26c3 26e2 2701-2704 2706-2709 270c-2727 2729-274b 274d 274f-2752 2756 2758-275e 2761-2794 2798-27af 27b1-27be 27c5-27c6 27e0 27e6-27eb 27f0-28ff 2906-2907 290a-290b 2940-2941 2983-2984 29ce-29d5 29eb 29fa-29fb 2a00-2a02 2a0c-2a1c 2a2f 2a6a-2a6b 2a7d-2aa0 2aae-2aba 2af9-2afa 2b00-2b1a 2b1f-2b24 2b53-2b54 2c60-2c77 2c79-2c7f 2d00-2d25 2d30-2d65 2d6f 2e18 2e1f 2e22-2e25 2e2e 4dc0-4dff a4d0-a4ff a644-a647 a64c-a64d a650-a651 a654-a657 a662-a66e a68a-a68d a694-a695 a698-a699 a708-a716 a71b-a71f a722-a72b a730-a741 a746-a74b a74e-a753 a756-a757 a764-a767 a780-a783 a789-a78e a790-a791 a7a0-a7aa a7f8-a7ff ef00-ef19 f000-f003 f400-f426 f428-f441 f6c5 fb00-fb06 fb13-fb17 fb1d-fb36 fb38-fb3c fb3e fb40-fb41 fb43-fb44 fb46-fb4f fb52-fba3 fbaa-fbad fbd3-fbdc fbde-fbdf fbe4-fbe9 fbfc-fbff fe00-fe0f fe20-fe23 fe70-fe74 fe76-fefc feff fff9-fffd 10300-1031e 10320-10323 1d300-1d356 1d538-1d539 1d53b-1d53e 1d540-1d544 1d546 1d54a-1d550 1d552-1d56b 1d5a0-1d5d3 1d7d8-1d7eb 1ee00-1ee03 1ee05-1ee1f 1ee21-1ee22 1ee24 1ee27 1ee29-1ee32 1ee34-1ee37 1ee39 1ee3b 1ee61-1ee62 1ee64 1ee67-1ee6a 1ee6c-1ee72 1ee74-1ee77 1ee79-1ee7c 1ee7e 1f030-1f093 1f0a0-1f0ae 1f0b1-1f0be 1f0c1-1f0cf 1f0d1-1f0df 1f311-1f318 1f42d-1f42e 1f431 1f435 1f600-1f623 1f625-1f62b 1f62d-1f640 1f643:fontformat=TrueType)
 2022-04-06T14:31:10.565Z TRACE wezterm_font::shaper::harfbuzz     > compute metrics across these handles for size=12, dpi=96,
             theoretical pixel height 16: [ParsedFont { names: Names { full_name: "JetBrains Mono Regular", family: "JetBrains Mono", sub_family: Some("Regular"), postscript_name: Some("JetBrainsMono-Regular"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: BuiltIn { name: "../../assets/fonts/JetBrainsMono-Regular.ttf" }, index: 0, variation: 0, origin: BuiltIn, coverage: None }, cap_height: Some(0.73), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }, ParsedFont { names: Names { full_name: "Noto Color Emoji Regular", family: "Noto Color Emoji", sub_family: Some("Regular"), postscript_name: Some("NotoColorEmoji"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: OnDisk { path: "/usr/share/fonts/truetype/noto/NotoColorEmoji.ttf" }, index: 0, variation: 0, origin: FontConfig, coverage: Some(RangeSet { ranges: [32..33, 35..36, 42..43, 48..58, 169..170, 174..175, 8205..8206, 8252..8253, 8265..8266, 8419..8420, 8482..8483, 8505..8506, 8596..8602, 8617..8619, 8986..8988, 9000..9001, 9167..9168, 9193..9204, 9208..9211, 9410..9411, 9642..9644, 9654..9655, 9664..9665, 9723..9727, 9728..9733, 9742..9743, 9745..9746, 9748..9750, 9752..9753, 9757..9758, 9760..9761, 9762..9764, 9766..9767, 9770..9771, 9774..9776, 9784..9787, 9792..9793, 9794..9795, 9800..9812, 9823..9825, 9827..9828, 9829..9831, 9832..9833, 9851..9852, 9854..9856, 9874..9880, 9881..9882, 9883..9885, 9888..9890, 9895..9896, 9898..9900, 9904..9906, 9917..9919, 9924..9926, 9928..9929, 9934..9936, 9937..9938, 9939..9941, 9961..9963, 9968..9974, 9975..9979, 9981..9982, 9986..9987, 9989..9990, 9992..9998, 9999..10000, 10002..10003, 10004..10005, 10006..10007, 10013..10014, 10017..10018, 10024..10025, 10035..10037, 10052..10053, 10055..10056, 10060..10061, 10062..10063, 10067..10070, 10071..10072, 10083..10085, 10133..10136, 10145..10146, 10160..10161, 10175..10176, 10548..10550, 11013..11016, 11035..11037, 11088..11089, 11093..11094, 12336..12337, 12349..12350, 12951..12952, 12953..12954, 126980..126981, 127183..127184, 127344..127346, 127358..127360, 127374..127375, 127377..127387, 127462..127488, 127489..127491, 127514..127515, 127535..127536, 127538..127547, 127568..127570, 127744..127778, 127780..127892, 127894..127896, 127897..127900, 127902..127985, 127987..127990, 127991..128254, 128255..128318, 128329..128335, 128336..128360, 128367..128369, 128371..128379, 128391..128392, 128394..128398, 128400..128401, 128405..128407, 128420..128422, 128424..128425, 128433..128435, 128444..128445, 128450..128453, 128465..128468, 128476..128479, 128481..128482, 128483..128484, 128488..128489, 128495..128496, 128499..128500, 128506..128592, 128640..128710, 128715..128723, 128725..128728, 128736..128742, 128745..128746, 128747..128749, 128752..128753, 128755..128765, 128992..129004, 129292..129339, 129340..129350, 129351..129401, 129402..129484, 129485..129536, 129648..129653, 129656..129659, 129664..129671, 129680..129705, 129712..129719, 129728..129731, 129744..129751, 917552..917562, 917601..917627, 917631..917632, 1041637..1041647, 1042476..1042477, 1042478..1042488] }) }, cap_height: None, synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: true, pixel_sizes: [128], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }, ParsedFont { names: Names { full_name: "Symbols Nerd Font Mono 1000-em", family: "Symbols Nerd Font Mono", sub_family: Some("1000-em"), postscript_name: Some("SymbolsNerdFontAAEOPSCLMDIWEAM-1000-em"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: BuiltIn { name: "../../assets/fonts/Symbols-Nerd-Font-Mono.ttf" }, index: 0, variation: 0, origin: BuiltIn, coverage: None }, cap_height: None, synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }, ParsedFont { names: Names { full_name: "Last Resort High-Efficiency Regular", family: "Last Resort High-Efficiency", sub_family: Some("Regular"), postscript_name: Some("LastResortHE-Regular"), aliases: [] },weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: BuiltIn { name: "../../assets/fonts/LastResortHE-Regular.ttf" }, index: 0, variation: 0, origin: BuiltIn, coverage: None }, cap_height: Some(0.75), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }]
 2022-04-06T14:31:10.565Z TRACE wezterm_font::shaper::harfbuzz     > shaper wants 0 ParsedFont { names: Names { full_name: "JetBrains Mono Regular", family: "JetBrains Mono", sub_family: Some("Regular"), postscript_name: Some("JetBrainsMono-Regular"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: BuiltIn { name: "../../assets/fonts/JetBrainsMono-Regular.ttf" }, index: 0, variation: 0, origin: BuiltIn, coverage: None }, cap_height: Some(0.73), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }
 2022-04-06T14:31:10.565Z DEBUG wezterm_font::ftwrap               > set_char_size computing 12 dpi=96 (pixel height=16)
 2022-04-06T14:31:10.567Z TRACE wezterm_font::shaper::harfbuzz     > idx 0 cell_height is 21.12004280090332, which is 5.12004280090332 away from theoretical
                     height (factor 0.3200026750564575). Seems good enough
 2022-04-06T14:31:10.567Z TRACE wezterm_font::shaper::harfbuzz     > metrics_for_idx=0, size=12, dpi=96 -> FontMetrics { cell_width: 10.0, cell_height: 21.12004280090332, descender: -5.0, underline_thickness: 0.8000016212463379, underline_position: -2.8800058364868164, cap_height_ratio: Some(0.5208322778365545), cap_height: Some(11.0), is_scaled: true, presentation: Text, force_y_adjust: 0.0 }
wezterm.font_with_fallback({
  -- <built-in>, BuiltIn
  "JetBrains Mono",

  -- /usr/share/fonts/truetype/noto/NotoColorEmoji.ttf, FontConfig
  -- Assumed to have Emoji Presentation
  -- Pixel sizes: [128]
  "Noto Color Emoji",

  -- <built-in>, BuiltIn
  "Symbols Nerd Font Mono",

  -- <built-in>, BuiltIn
  "Last Resort High-Efficiency",

})

When Intensity=Normal Italic=true:
 2022-04-06T14:31:10.567Z TRACE wezterm_font::locator::font_config > listing by family took 230.987µs to compute and is []
 2022-04-06T14:31:10.568Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 206.047µs to compute and is []
 2022-04-06T14:31:10.571Z TRACE wezterm_font::locator::font_config > matching by family 'Terminus' took 3.073368ms to compute and is Pattern(Terminus:style=MediumOblique:slant=110:weight=100:width=100:spacing=110:file=/usr/share/fonts/opentype/terminus/terminus-oblique.otb:index=0:charset=20-7e a0-17f 186 18e-190 192 19d-19e 1b5-1b7 1cd-1d4 1e2-1f0 1f4-1f5 1fc-1ff 218-21b 232-233 254 258-259 25b 272 292 2bb-2bd 2c6-2c7 2d8-2d9 2db-2dd 300-308 30a-30c 329 384-38a 38c 38e-3a1 3a3-3ce 3d1 3d5 3f0-3f3 400-45f 462-463 46a-46b 490-49d 4a0-4a5 4aa-4ab 4ae-4b3 4b6-4bb 4c0-4c2 4d0-4df 4e2-4f5 4f8-4f9 5d0-5ea 1e0c-1e0d 1e34-1e37 1e40-1e47 1e6c-1e6d 1eb8-1eb9 1ebc-1ebd 1eca-1ecd 1ee4-1ee5 1ef8-1ef9 2000-2022 2026 2030 2032-2033 2039-203a 203c 203e 2070 2074-208e 20a7 20aa 20ac 20ae 2102 210e-210f 2115-2116 211a 211d 2122 2124 2126 2135 2190-2195 21a4 21a6 21a8 21b5 21bb 21cb-21cc 21d0-21d5 2200 2203-220d 2212-2216 2219-221a 221e-221f 2225 2227-222a 2248 2260-2261 2264-2265 226a-226b 2282-2283 2286-2287 22a5 22c2-22c3 2300 2302 2308-230b 2310 2319 2320-2321 2409-240d 2424 2500-2503 2508-254b 2550-2593 25a0 25ac 25ae 25b2 25b6 25ba 25bc 25c0 25c4 25c6 25ca-25cb 25cf 25d8-25d9 263a-263c 2640 2642 2660 2663 2665-2666 266a-266b 2713-2714 2717-2718 2800-28ff fffd:fontformat=TrueType)
 2022-04-06T14:31:10.571Z TRACE wezterm_font::locator::font_config > listing by family took 100.536µs to compute and is []
 2022-04-06T14:31:10.571Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 90.789µs to compute and is []
 2022-04-06T14:31:10.574Z TRACE wezterm_font::locator::font_config > matching by family 'JetBrains Mono' took 3.260859ms to compute and is Pattern(DejaVu Sans:style=Book:slant=0:weight=80:width=100:file=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf:index=0:charset=20-7e a0-2e9 2ec-2ee 2f3 2f7 300-34f 351-353 357-358 35a 35c-362 370-377 37a-37f 384-38a 38c 38e-3a1 3a3-525 531-556 559-55f 561-587 589-58a 5b0-5c3 5c6-5c7 5d0-5ea 5f0-5f4 606-607 609-60a 60c 615 61b 61f 621-63a 640-655 657 65a 660-670 674 679-6bf 6c6-6c8 6cb-6cc 6ce 6d0 6d5 6f0-6f9 7c0-7e7 7eb-7f5 7f8-7fa e3f e81-e82 e84 e87-e88 e8a e8d e94-e97 e99-e9f ea1-ea3 ea5 ea7 eaa-eab ead-eb9 ebb-ebd ec0-ec4 ec6 ec8-ecd ed0-ed9 edc-edd 10a0-10c5 10d0-10fc 1401-1407 1409-141b 141d-1435 1437-144a 144c-1452 1454-14bd 14c0-14ea 14ec-1507 1510-153e 1540-1550 1552-156a 1574-1585 158a-1596 15a0-15af 15de 15e1 1646-1647 166e-1676 1680-169c 1d00-1d14 1d16-1d23 1d26-1d2e 1d30-1d5b 1d5d-1d6a 1d77-1d78 1d7b 1d7d 1d85 1d9b-1dbf 1dc4-1dc9 1e00-1efb 1f00-1f15 1f18-1f1d 1f20-1f45 1f48-1f4d 1f50-1f57 1f59 1f5b 1f5d 1f5f-1f7d 1f80-1fb4 1fb6-1fc4 1fc6-1fd3 1fd6-1fdb 1fdd-1fef 1ff2-1ff4 1ff6-1ffe 2000-2064 206a-2071 2074-208e 2090-209c 20a0-20b5 20b8-20ba 20bd 20d0-20d1 20d6-20d7 20db-20dc 20e1 2100-2109 210b-2149 214b 214e 2150-2185 2189 2190-2311 2318-2319 231c-2321 2324-2328 232b-232c 2373-2375 237a 237d 2387 2394 239b-23ae 23ce-23cf 23e3 23e5 23e8 2422-2423 2460-2469 2500-269c 269e-26b8 26c0-26c3 26e2 2701-2704 2706-2709 270c-2727 2729-274b 274d 274f-2752 2756 2758-275e 2761-2794 2798-27af 27b1-27be 27c5-27c6 27e0 27e6-27eb 27f0-28ff 2906-2907 290a-290b 2940-2941 2983-2984 29ce-29d5 29eb 29fa-29fb 2a00-2a02 2a0c-2a1c 2a2f 2a6a-2a6b 2a7d-2aa0 2aae-2aba 2af9-2afa 2b00-2b1a 2b1f-2b24 2b53-2b54 2c60-2c77 2c79-2c7f 2d00-2d25 2d30-2d65 2d6f 2e18 2e1f 2e22-2e25 2e2e 4dc0-4dff a4d0-a4ff a644-a647 a64c-a64d a650-a651 a654-a657 a662-a66e a68a-a68d a694-a695 a698-a699 a708-a716 a71b-a71f a722-a72b a730-a741 a746-a74b a74e-a753 a756-a757 a764-a767 a780-a783 a789-a78e a790-a791 a7a0-a7aa a7f8-a7ff ef00-ef19 f000-f003 f400-f426 f428-f441 f6c5 fb00-fb06 fb13-fb17 fb1d-fb36 fb38-fb3c fb3e fb40-fb41 fb43-fb44 fb46-fb4f fb52-fba3 fbaa-fbad fbd3-fbdc fbde-fbdf fbe4-fbe9 fbfc-fbff fe00-fe0f fe20-fe23 fe70-fe74 fe76-fefc feff fff9-fffd 10300-1031e 10320-10323 1d300-1d356 1d538-1d539 1d53b-1d53e 1d540-1d544 1d546 1d54a-1d550 1d552-1d56b 1d5a0-1d5d3 1d7d8-1d7eb 1ee00-1ee03 1ee05-1ee1f 1ee21-1ee22 1ee24 1ee27 1ee29-1ee32 1ee34-1ee37 1ee39 1ee3b 1ee61-1ee62 1ee64 1ee67-1ee6a 1ee6c-1ee72 1ee74-1ee77 1ee79-1ee7c 1ee7e 1f030-1f093 1f0a0-1f0ae 1f0b1-1f0be 1f0c1-1f0cf 1f0d1-1f0df 1f311-1f318 1f42d-1f42e 1f431 1f435 1f600-1f623 1f625-1f62b 1f62d-1f640 1f643:fontformat=TrueType)
 2022-04-06T14:31:10.575Z TRACE wezterm_font::locator::font_config > listing by family took 265.471µs to compute and is [Pattern(Noto Color Emoji:spacing=100:file=/usr/share/fonts/truetype/noto/NotoColorEmoji.ttf:index=0:charset=20 23 2a 30-39 a9 ae 200d 203c 2049 20e3 2122 2139 2194-2199 21a9-21aa 231a-231b 2328 23cf 23e9-23f3 23f8-23fa 24c2 25aa-25ab 25b6 25c0 25fb-25fe 2600-2604 260e 2611 2614-2615 2618 261d 2620 2622-2623 2626 262a 262e-262f 2638-263a 2640 2642 2648-2653 265f-2660 2663 2665-2666 2668 267b 267e-267f 2692-2697 2699 269b-269c 26a0-26a1 26a7 26aa-26ab 26b0-26b1 26bd-26be 26c4-26c5 26c8 26ce-26cf 26d1 26d3-26d4 26e9-26ea 26f0-26f5 26f7-26fa 26fd 2702 2705 2708-270d 270f 2712 2714 2716 271d 2721 2728 2733-2734 2744 2747 274c 274e 2753-2755 2757 2763-2764 2795-2797 27a1 27b0 27bf 2934-2935 2b05-2b07 2b1b-2b1c 2b50 2b55 3030 303d 3297 3299 1f004 1f0cf 1f170-1f171 1f17e-1f17f 1f18e 1f191-1f19a 1f1e6-1f1ff 1f201-1f202 1f21a 1f22f 1f232-1f23a 1f250-1f251 1f300-1f321 1f324-1f393 1f396-1f397 1f399-1f39b 1f39e-1f3f0 1f3f3-1f3f5 1f3f7-1f4fd 1f4ff-1f53d 1f549-1f54e 1f550-1f567 1f56f-1f570 1f573-1f57a 1f587 1f58a-1f58d 1f590 1f595-1f596 1f5a4-1f5a5 1f5a8 1f5b1-1f5b2 1f5bc 1f5c2-1f5c4 1f5d1-1f5d3 1f5dc-1f5de 1f5e1 1f5e3 1f5e8 1f5ef 1f5f3 1f5fa-1f64f 1f680-1f6c5 1f6cb-1f6d2 1f6d5-1f6d7 1f6e0-1f6e5 1f6e9 1f6eb-1f6ec 1f6f0 1f6f3-1f6fc 1f7e0-1f7eb 1f90c-1f93a 1f93c-1f945 1f947-1f978 1f97a-1f9cb 1f9cd-1f9ff 1fa70-1fa74 1fa78-1fa7a 1fa80-1fa86 1fa90-1faa8 1fab0-1fab6 1fac0-1fac2 1fad0-1fad6 e0030-e0039 e0061-e007a e007f fe4e5-fe4ee fe82c fe82e-fe837)]
 2022-04-06T14:31:10.575Z TRACE wezterm_font::locator::font_config > found font-config match for Names { full_name: "Noto Color Emoji Regular", family: "Noto Color Emoji", sub_family: Some("Regular"), postscript_name: Some("NotoColorEmoji"), aliases: [] }
 2022-04-06T14:31:10.575Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 247.051µs to compute and is [Pattern(Noto Color Emoji:spacing=100:file=/usr/share/fonts/truetype/noto/NotoColorEmoji.ttf:index=0:charset=20 23 2a 30-39 a9 ae 200d 203c 2049 20e3 2122 2139 2194-2199 21a9-21aa 231a-231b 2328 23cf 23e9-23f3 23f8-23fa 24c2 25aa-25ab 25b6 25c0 25fb-25fe 2600-2604 260e 2611 2614-2615 2618 261d 2620 2622-2623 2626 262a 262e-262f 2638-263a 2640 2642 2648-2653 265f-2660 2663 2665-2666 2668 267b 267e-267f 2692-2697 2699 269b-269c 26a0-26a1 26a7 26aa-26ab 26b0-26b1 26bd-26be 26c4-26c5 26c8 26ce-26cf 26d1 26d3-26d4 26e9-26ea 26f0-26f5 26f7-26fa 26fd 2702 2705 2708-270d 270f 2712 2714 2716 271d 2721 2728 2733-2734 2744 2747 274c 274e 2753-2755 2757 2763-2764 2795-2797 27a1 27b0 27bf 2934-2935 2b05-2b07 2b1b-2b1c 2b50 2b55 3030 303d 3297 3299 1f004 1f0cf 1f170-1f171 1f17e-1f17f 1f18e 1f191-1f19a 1f1e6-1f1ff 1f201-1f202 1f21a 1f22f 1f232-1f23a 1f250-1f251 1f300-1f321 1f324-1f393 1f396-1f397 1f399-1f39b 1f39e-1f3f0 1f3f3-1f3f5 1f3f7-1f4fd 1f4ff-1f53d 1f549-1f54e 1f550-1f567 1f56f-1f570 1f573-1f57a 1f587 1f58a-1f58d 1f590 1f595-1f596 1f5a4-1f5a5 1f5a8 1f5b1-1f5b2 1f5bc 1f5c2-1f5c4 1f5d1-1f5d3 1f5dc-1f5de 1f5e1 1f5e3 1f5e8 1f5ef 1f5f3 1f5fa-1f64f 1f680-1f6c5 1f6cb-1f6d2 1f6d5-1f6d7 1f6e0-1f6e5 1f6e9 1f6eb-1f6ec 1f6f0 1f6f3-1f6fc 1f7e0-1f7eb 1f90c-1f93a 1f93c-1f945 1f947-1f978 1f97a-1f9cb 1f9cd-1f9ff 1fa70-1fa74 1fa78-1fa7a 1fa80-1fa86 1fa90-1faa8 1fab0-1fab6 1fac0-1fac2 1fad0-1fad6 e0030-e0039 e0061-e007a e007f fe4e5-fe4ee fe82c fe82e-fe837)]
 2022-04-06T14:31:10.575Z TRACE wezterm_font::locator::font_config > found font-config match for Names { full_name: "Noto Color Emoji Regular", family: "Noto Color Emoji", sub_family: Some("Regular"), postscript_name: Some("NotoColorEmoji"), aliases: [] }
 2022-04-06T14:31:10.575Z TRACE wezterm_font::locator::font_config > selected best font-config match Names { full_name: "Noto Color Emoji Regular", family: "Noto Color Emoji", sub_family: Some("Regular"), postscript_name: Some("NotoColorEmoji"), aliases: [] }
 2022-04-06T14:31:10.575Z TRACE wezterm_font::locator::font_config > listing by family took 137.64µs to compute and is []
 2022-04-06T14:31:10.576Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 95.192µs to compute and is []
 2022-04-06T14:31:10.579Z TRACE wezterm_font::locator::font_config > matching by family 'Symbols Nerd Font Mono' took 3.521565ms to compute and is Pattern(DejaVu Sans:style=Book:slant=0:weight=80:width=100:file=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf:index=0:charset=20-7e a0-2e9 2ec-2ee 2f3 2f7 300-34f 351-353 357-358 35a 35c-362 370-377 37a-37f 384-38a 38c 38e-3a1 3a3-525 531-556 559-55f 561-587 589-58a 5b0-5c3 5c6-5c7 5d0-5ea 5f0-5f4 606-607 609-60a 60c 615 61b 61f 621-63a 640-655 657 65a 660-670 674 679-6bf 6c6-6c8 6cb-6cc 6ce 6d0 6d5 6f0-6f9 7c0-7e7 7eb-7f5 7f8-7fa e3f e81-e82 e84 e87-e88 e8a e8d e94-e97 e99-e9f ea1-ea3 ea5 ea7 eaa-eab ead-eb9 ebb-ebd ec0-ec4 ec6 ec8-ecd ed0-ed9 edc-edd 10a0-10c5 10d0-10fc 1401-1407 1409-141b 141d-1435 1437-144a 144c-1452 1454-14bd 14c0-14ea 14ec-1507 1510-153e 1540-1550 1552-156a 1574-1585 158a-1596 15a0-15af 15de 15e1 1646-1647 166e-1676 1680-169c 1d00-1d14 1d16-1d23 1d26-1d2e 1d30-1d5b 1d5d-1d6a 1d77-1d78 1d7b 1d7d 1d85 1d9b-1dbf 1dc4-1dc9 1e00-1efb 1f00-1f15 1f18-1f1d 1f20-1f45 1f48-1f4d 1f50-1f57 1f59 1f5b 1f5d 1f5f-1f7d 1f80-1fb4 1fb6-1fc4 1fc6-1fd3 1fd6-1fdb 1fdd-1fef 1ff2-1ff4 1ff6-1ffe 2000-2064 206a-2071 2074-208e 2090-209c 20a0-20b5 20b8-20ba 20bd 20d0-20d1 20d6-20d7 20db-20dc 20e1 2100-2109 210b-2149 214b 214e 2150-2185 2189 2190-2311 2318-2319 231c-2321 2324-2328 232b-232c 2373-2375 237a 237d 2387 2394 239b-23ae 23ce-23cf 23e3 23e5 23e8 2422-2423 2460-2469 2500-269c 269e-26b8 26c0-26c3 26e2 2701-2704 2706-2709 270c-2727 2729-274b 274d 274f-2752 2756 2758-275e 2761-2794 2798-27af 27b1-27be 27c5-27c6 27e0 27e6-27eb 27f0-28ff 2906-2907 290a-290b 2940-2941 2983-2984 29ce-29d5 29eb 29fa-29fb 2a00-2a02 2a0c-2a1c 2a2f 2a6a-2a6b 2a7d-2aa0 2aae-2aba 2af9-2afa 2b00-2b1a 2b1f-2b24 2b53-2b54 2c60-2c77 2c79-2c7f 2d00-2d25 2d30-2d65 2d6f 2e18 2e1f 2e22-2e25 2e2e 4dc0-4dff a4d0-a4ff a644-a647 a64c-a64d a650-a651 a654-a657 a662-a66e a68a-a68d a694-a695 a698-a699 a708-a716 a71b-a71f a722-a72b a730-a741 a746-a74b a74e-a753 a756-a757 a764-a767 a780-a783 a789-a78e a790-a791 a7a0-a7aa a7f8-a7ff ef00-ef19 f000-f003 f400-f426 f428-f441 f6c5 fb00-fb06 fb13-fb17 fb1d-fb36 fb38-fb3c fb3e fb40-fb41 fb43-fb44 fb46-fb4f fb52-fba3 fbaa-fbad fbd3-fbdc fbde-fbdf fbe4-fbe9 fbfc-fbff fe00-fe0f fe20-fe23 fe70-fe74 fe76-fefc feff fff9-fffd 10300-1031e 10320-10323 1d300-1d356 1d538-1d539 1d53b-1d53e 1d540-1d544 1d546 1d54a-1d550 1d552-1d56b 1d5a0-1d5d3 1d7d8-1d7eb 1ee00-1ee03 1ee05-1ee1f 1ee21-1ee22 1ee24 1ee27 1ee29-1ee32 1ee34-1ee37 1ee39 1ee3b 1ee61-1ee62 1ee64 1ee67-1ee6a 1ee6c-1ee72 1ee74-1ee77 1ee79-1ee7c 1ee7e 1f030-1f093 1f0a0-1f0ae 1f0b1-1f0be 1f0c1-1f0cf 1f0d1-1f0df 1f311-1f318 1f42d-1f42e 1f431 1f435 1f600-1f623 1f625-1f62b 1f62d-1f640 1f643:fontformat=TrueType)
 2022-04-06T14:31:10.579Z TRACE wezterm_font::locator::font_config > listing by family took 259.534µs to compute and is []
 2022-04-06T14:31:10.580Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 219.355µs to compute and is []
 2022-04-06T14:31:10.583Z TRACE wezterm_font::locator::font_config > matching by family 'Last Resort High-Efficiency' took 3.117555ms to compute and is Pattern(DejaVu Sans:style=Book:slant=0:weight=80:width=100:file=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf:index=0:charset=20-7e a0-2e9 2ec-2ee 2f3 2f7 300-34f 351-353 357-358 35a 35c-362 370-377 37a-37f 384-38a 38c 38e-3a1 3a3-525 531-556 559-55f 561-587 589-58a 5b0-5c3 5c6-5c7 5d0-5ea 5f0-5f4 606-607 609-60a 60c 615 61b 61f 621-63a 640-655 657 65a 660-670 674 679-6bf 6c6-6c8 6cb-6cc 6ce 6d0 6d5 6f0-6f9 7c0-7e7 7eb-7f5 7f8-7fa e3f e81-e82 e84 e87-e88 e8a e8d e94-e97 e99-e9f ea1-ea3 ea5 ea7 eaa-eab ead-eb9 ebb-ebd ec0-ec4 ec6 ec8-ecd ed0-ed9 edc-edd 10a0-10c5 10d0-10fc 1401-1407 1409-141b 141d-1435 1437-144a 144c-1452 1454-14bd 14c0-14ea 14ec-1507 1510-153e 1540-1550 1552-156a 1574-1585 158a-1596 15a0-15af 15de 15e1 1646-1647 166e-1676 1680-169c 1d00-1d14 1d16-1d23 1d26-1d2e 1d30-1d5b 1d5d-1d6a 1d77-1d78 1d7b 1d7d 1d85 1d9b-1dbf 1dc4-1dc9 1e00-1efb 1f00-1f15 1f18-1f1d 1f20-1f45 1f48-1f4d 1f50-1f57 1f59 1f5b 1f5d 1f5f-1f7d 1f80-1fb4 1fb6-1fc4 1fc6-1fd3 1fd6-1fdb 1fdd-1fef 1ff2-1ff4 1ff6-1ffe 2000-2064 206a-2071 2074-208e 2090-209c 20a0-20b5 20b8-20ba 20bd 20d0-20d1 20d6-20d7 20db-20dc 20e1 2100-2109 210b-2149 214b 214e 2150-2185 2189 2190-2311 2318-2319 231c-2321 2324-2328 232b-232c 2373-2375 237a 237d 2387 2394 239b-23ae 23ce-23cf 23e3 23e5 23e8 2422-2423 2460-2469 2500-269c 269e-26b8 26c0-26c3 26e2 2701-2704 2706-2709 270c-2727 2729-274b 274d 274f-2752 2756 2758-275e 2761-2794 2798-27af 27b1-27be 27c5-27c6 27e0 27e6-27eb 27f0-28ff 2906-2907 290a-290b 2940-2941 2983-2984 29ce-29d5 29eb 29fa-29fb 2a00-2a02 2a0c-2a1c 2a2f 2a6a-2a6b 2a7d-2aa0 2aae-2aba 2af9-2afa 2b00-2b1a 2b1f-2b24 2b53-2b54 2c60-2c77 2c79-2c7f 2d00-2d25 2d30-2d65 2d6f 2e18 2e1f 2e22-2e25 2e2e 4dc0-4dff a4d0-a4ff a644-a647 a64c-a64d a650-a651 a654-a657 a662-a66e a68a-a68d a694-a695 a698-a699 a708-a716 a71b-a71f a722-a72b a730-a741 a746-a74b a74e-a753 a756-a757 a764-a767 a780-a783 a789-a78e a790-a791 a7a0-a7aa a7f8-a7ff ef00-ef19 f000-f003 f400-f426 f428-f441 f6c5 fb00-fb06 fb13-fb17 fb1d-fb36 fb38-fb3c fb3e fb40-fb41 fb43-fb44 fb46-fb4f fb52-fba3 fbaa-fbad fbd3-fbdc fbde-fbdf fbe4-fbe9 fbfc-fbff fe00-fe0f fe20-fe23 fe70-fe74 fe76-fefc feff fff9-fffd 10300-1031e 10320-10323 1d300-1d356 1d538-1d539 1d53b-1d53e 1d540-1d544 1d546 1d54a-1d550 1d552-1d56b 1d5a0-1d5d3 1d7d8-1d7eb 1ee00-1ee03 1ee05-1ee1f 1ee21-1ee22 1ee24 1ee27 1ee29-1ee32 1ee34-1ee37 1ee39 1ee3b 1ee61-1ee62 1ee64 1ee67-1ee6a 1ee6c-1ee72 1ee74-1ee77 1ee79-1ee7c 1ee7e 1f030-1f093 1f0a0-1f0ae 1f0b1-1f0be 1f0c1-1f0cf 1f0d1-1f0df 1f311-1f318 1f42d-1f42e 1f431 1f435 1f600-1f623 1f625-1f62b 1f62d-1f640 1f643:fontformat=TrueType)
 2022-04-06T14:31:10.583Z TRACE wezterm_font::shaper::harfbuzz     > compute metrics across these handles for size=12, dpi=96,
             theoretical pixel height 16: [ParsedFont { names: Names { full_name: "JetBrains Mono Regular", family: "JetBrains Mono", sub_family: Some("Regular"), postscript_name: Some("JetBrainsMono-Regular"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: BuiltIn { name: "../../assets/fonts/JetBrainsMono-Regular.ttf" }, index: 0, variation: 0, origin: BuiltIn, coverage: None }, cap_height: Some(0.73), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }, ParsedFont { names: Names { full_name: "Noto Color Emoji Regular", family: "Noto Color Emoji", sub_family: Some("Regular"), postscript_name: Some("NotoColorEmoji"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: OnDisk { path: "/usr/share/fonts/truetype/noto/NotoColorEmoji.ttf" }, index: 0, variation: 0, origin: FontConfig, coverage: Some(RangeSet { ranges: [32..33, 35..36, 42..43, 48..58, 169..170, 174..175, 8205..8206, 8252..8253, 8265..8266, 8419..8420, 8482..8483, 8505..8506, 8596..8602, 8617..8619, 8986..8988, 9000..9001, 9167..9168, 9193..9204, 9208..9211, 9410..9411, 9642..9644, 9654..9655, 9664..9665, 9723..9727, 9728..9733, 9742..9743, 9745..9746, 9748..9750, 9752..9753, 9757..9758, 9760..9761, 9762..9764, 9766..9767, 9770..9771, 9774..9776, 9784..9787, 9792..9793, 9794..9795, 9800..9812, 9823..9825, 9827..9828, 9829..9831, 9832..9833, 9851..9852, 9854..9856, 9874..9880, 9881..9882, 9883..9885, 9888..9890, 9895..9896, 9898..9900, 9904..9906, 9917..9919, 9924..9926, 9928..9929, 9934..9936, 9937..9938, 9939..9941, 9961..9963, 9968..9974, 9975..9979, 9981..9982, 9986..9987, 9989..9990, 9992..9998, 9999..10000, 10002..10003, 10004..10005, 10006..10007, 10013..10014, 10017..10018, 10024..10025, 10035..10037, 10052..10053, 10055..10056, 10060..10061, 10062..10063, 10067..10070, 10071..10072, 10083..10085, 10133..10136, 10145..10146, 10160..10161, 10175..10176, 10548..10550, 11013..11016, 11035..11037, 11088..11089, 11093..11094, 12336..12337, 12349..12350, 12951..12952, 12953..12954, 126980..126981, 127183..127184, 127344..127346, 127358..127360, 127374..127375, 127377..127387, 127462..127488, 127489..127491, 127514..127515, 127535..127536, 127538..127547, 127568..127570, 127744..127778, 127780..127892, 127894..127896, 127897..127900, 127902..127985, 127987..127990, 127991..128254, 128255..128318, 128329..128335, 128336..128360, 128367..128369, 128371..128379, 128391..128392, 128394..128398, 128400..128401, 128405..128407, 128420..128422, 128424..128425, 128433..128435, 128444..128445, 128450..128453, 128465..128468, 128476..128479, 128481..128482, 128483..128484, 128488..128489, 128495..128496, 128499..128500, 128506..128592, 128640..128710, 128715..128723, 128725..128728, 128736..128742, 128745..128746, 128747..128749, 128752..128753, 128755..128765, 128992..129004, 129292..129339, 129340..129350, 129351..129401, 129402..129484, 129485..129536, 129648..129653, 129656..129659, 129664..129671, 129680..129705, 129712..129719, 129728..129731, 129744..129751, 917552..917562, 917601..917627, 917631..917632, 1041637..1041647, 1042476..1042477, 1042478..1042488] }) }, cap_height: None, synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: true, pixel_sizes: [128], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }, ParsedFont { names: Names { full_name: "Symbols Nerd Font Mono 1000-em", family: "Symbols Nerd Font Mono", sub_family: Some("1000-em"), postscript_name: Some("SymbolsNerdFontAAEOPSCLMDIWEAM-1000-em"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: BuiltIn { name: "../../assets/fonts/Symbols-Nerd-Font-Mono.ttf" }, index: 0, variation: 0, origin: BuiltIn, coverage: None }, cap_height: None, synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }, ParsedFont { names: Names { full_name: "Last Resort High-Efficiency Regular", family: "Last Resort High-Efficiency", sub_family: Some("Regular"), postscript_name: Some("LastResortHE-Regular"), aliases: [] },weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: BuiltIn { name: "../../assets/fonts/LastResortHE-Regular.ttf" }, index: 0, variation: 0, origin: BuiltIn, coverage: None }, cap_height: Some(0.75), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }]
 2022-04-06T14:31:10.583Z TRACE wezterm_font::shaper::harfbuzz     > shaper wants 0 ParsedFont { names: Names { full_name: "JetBrains Mono Regular", family: "JetBrains Mono", sub_family: Some("Regular"), postscript_name: Some("JetBrainsMono-Regular"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: BuiltIn { name: "../../assets/fonts/JetBrainsMono-Regular.ttf" }, index: 0, variation: 0, origin: BuiltIn, coverage: None }, cap_height: Some(0.73), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }
 2022-04-06T14:31:10.583Z DEBUG wezterm_font::ftwrap               > set_char_size computing 12 dpi=96 (pixel height=16)
 2022-04-06T14:31:10.585Z TRACE wezterm_font::shaper::harfbuzz     > idx 0 cell_height is 21.12004280090332, which is 5.12004280090332 away from theoretical
                     height (factor 0.3200026750564575). Seems good enough
 2022-04-06T14:31:10.585Z TRACE wezterm_font::shaper::harfbuzz     > metrics_for_idx=0, size=12, dpi=96 -> FontMetrics { cell_width: 10.0, cell_height: 21.12004280090332, descender: -5.0, underline_thickness: 0.8000016212463379, underline_position: -2.8800058364868164, cap_height_ratio: Some(0.5208322778365545), cap_height: Some(11.0), is_scaled: true, presentation: Text, force_y_adjust: 0.0 }
wezterm.font_with_fallback({
  -- <built-in>, BuiltIn
  "JetBrains Mono",

  -- /usr/share/fonts/truetype/noto/NotoColorEmoji.ttf, FontConfig
  -- Assumed to have Emoji Presentation
  -- Pixel sizes: [128]
  "Noto Color Emoji",

  -- <built-in>, BuiltIn
  "Symbols Nerd Font Mono",

  -- <built-in>, BuiltIn
  "Last Resort High-Efficiency",

})

Title font:
 2022-04-06T14:31:10.585Z TRACE wezterm_font::locator::font_config > listing by family took 209.842µs to compute and is []
 2022-04-06T14:31:10.585Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 174.248µs to compute and is []
 2022-04-06T14:31:10.589Z TRACE wezterm_font::locator::font_config > matching by family 'Roboto' took 3.495581ms to compute and is Pattern(DejaVu Sans:style=Bold:slant=0:weight=200:width=100:file=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf:index=0:charset=20-7e a0-2e9 2ec-2ee 2f3 2f7 300-34f 351-353 357-358 35a 35c-362 370-377 37a-37f 384-38a 38c 38e-3a1 3a3-525 531-556 559-55f 561-587 589-58a 5b0-5c3 5c6-5c7 5d0-5ea 5f0-5f4 606-607 609-60a 60c 615 61b 61f 621-63a 640-655 657 65a 660-670 674 679-6bf 6c6-6c8 6cb-6cc 6ce 6d0 6d5 6f0-6f9 7c0-7e7 7eb-7f5 7f8-7fa e3f e81-e82 e84 e87-e88 e8a e8d e94-e97 e99-e9f ea1-ea3 ea5 ea7 eaa-eab ead-eb9 ebb-ebd ec0-ec4 ec6 ec8-ecd ed0-ed9 edc-edd 10a0-10c5 10d0-10fc 1401-1407 1409-141b 141d-1435 1437-144a 144c-1452 1454-14bd 14c0-14ea 14ec-1507 1510-153e 1540-1550 1552-156a 1574-1585 158a-1596 15a0-15af 15de 15e1 1646-1647 166e-1676 1680-169c 1d00-1d14 1d16-1d23 1d26-1d2e 1d30-1d5b 1d5d-1d6a 1d77-1d78 1d7b 1d7d 1d85 1d9b-1dbf 1dc4-1dc9 1e00-1efb 1f00-1f15 1f18-1f1d 1f20-1f45 1f48-1f4d 1f50-1f57 1f59 1f5b 1f5d 1f5f-1f7d 1f80-1fb4 1fb6-1fc4 1fc6-1fd3 1fd6-1fdb 1fdd-1fef 1ff2-1ff4 1ff6-1ffe 2000-2064 206a-2071 2074-208e 2090-209c 20a0-20b5 20b8-20ba 20bd 20d0-20d1 20d6-20d7 20db-20dc 20e1 2100-2109 210b-2149 214b 214e 2150-2185 2189 2190-2311 2318-2319 231c-2321 2324-2328 232b-232c 2373-2375 237a 237d 2387 2394 239b-23ae 23ce-23cf 23e3 23e5 23e8 2422-2423 2460-2469 2500-269c 269e-26b8 26c0-26c3 26e2 2701-2704 2706-2709 270c-2727 2729-274b 274d 274f-2752 2756 2758-275e 2761-2794 2798-27af 27b1-27be 27c5-27c6 27e0 27e6-27eb 27f0-28ff 2906-2907 290a-290b 2940-2941 2983-2984 29ce-29d5 29eb 29fa-29fb 2a00-2a02 2a0c-2a1c 2a2f 2a6a-2a6b 2a7d-2aa0 2aae-2aba 2af9-2afa 2b00-2b1a 2b1f-2b24 2b53-2b54 2c60-2c77 2c79-2c7f 2d00-2d25 2d30-2d65 2d6f 2e18 2e1f 2e22-2e25 2e2e 4dc0-4dff a4d0-a4ff a644-a647 a64c-a64d a650-a651 a654-a657 a662-a66e a68a-a68d a694-a695 a698-a699 a708-a716 a71b-a71f a722-a72b a730-a741 a746-a74b a74e-a753 a756-a757 a764-a767 a780-a783 a789-a78e a790-a791 a7a0-a7aa a7f8-a7ff ef00-ef19 f400-f426 f428-f441 f6c5 fb00-fb06 fb13-fb17 fb1d-fb36 fb38-fb3c fb3e fb40-fb41 fb43-fb44 fb46-fb4f fb52-fba3 fbaa-fbad fbd3-fbdc fbde-fbdf fbe4-fbe9 fbfc-fbff fe00-fe0f fe20-fe23 fe70-fe74 fe76-fefc feff fff9-fffd 10300-1031e 10320-10323 1d300-1d356 1d538-1d539 1d53b-1d53e 1d540-1d544 1d546 1d54a-1d550 1d552-1d56b 1d5d4-1d607 1d756-1d78f 1d7d8-1d7e1 1d7ec-1d7f5 1f030-1f093 1f0a0-1f0ae 1f0b1-1f0be 1f0c1-1f0cf 1f0d1-1f0df 1f311-1f318 1f42d-1f42e 1f431 1f435 1f600-1f623 1f625-1f62b 1f62d-1f640 1f643:fontformat=TrueType)
 2022-04-06T14:31:10.589Z TRACE wezterm_font::locator::font_config > listing by family took 270.141µs to compute and is []
 2022-04-06T14:31:10.590Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 293.381µs to compute and is []
 2022-04-06T14:31:10.593Z TRACE wezterm_font::locator::font_config > matching by family 'Terminus' took 2.96499ms to compute and is Pattern(Terminus:style=Medium:slant=0:weight=100:width=100:spacing=110:file=/usr/share/fonts/opentype/terminus/terminus-normal.otb:index=0:charset=20-7e a0-17f 186 18e-190 192 19d-19e 1b5-1b7 1cd-1d4 1e2-1f0 1f4-1f5 1fc-1ff 218-21b 232-233 254 258-259 25b 272 292 2bb-2bd 2c6-2c7 2d8-2d9 2db-2dd 300-308 30a-30c 329 384-38a 38c 38e-3a1 3a3-3ce 3d1 3d5 3f0-3f3 400-45f 462-463 46a-46b 490-49d 4a0-4a5 4aa-4ab 4ae-4b3 4b6-4bb 4c0-4c2 4d0-4df 4e2-4f5 4f8-4f9 5d0-5ea 1e0c-1e0d 1e34-1e37 1e40-1e47 1e6c-1e6d 1eb8-1eb9 1ebc-1ebd 1eca-1ecd 1ee4-1ee5 1ef8-1ef9 2000-2022 2026 2030 2032-2033 2039-203a 203c 203e 2070 2074-208e 20a7 20aa 20ac 20ae 2102 210e-210f 2115-2116 211a 211d 2122 2124 2126 2135 2190-2195 21a4 21a6 21a8 21b5 21bb 21cb-21cc 21d0-21d5 2200 2203-220d 2212-2216 2219-221a 221e-221f 2225 2227-222a 2248 2260-2261 2264-2265 226a-226b 2282-2283 2286-2287 22a5 22c2-22c3 2300 2302 2308-230b 2310 2319 2320-2321 2409-240d 2424 2500-2503 2508-254b 2550-2593 25a0 25ac 25ae 25b2 25b6 25ba 25bc 25c0 25c4 25c6 25ca-25cb 25cf 25d8-25d9 263a-263c 2640 2642 2660 2663 2665-2666 266a-266b 2713-2714 2717-2718 2800-28ff fffd:fontformat=TrueType)
 2022-04-06T14:31:10.593Z TRACE wezterm_font::locator::font_config > listing by family took 164.837µs to compute and is []
 2022-04-06T14:31:10.593Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 181.441µs to compute and is []
 2022-04-06T14:31:10.596Z TRACE wezterm_font::locator::font_config > matching by family 'JetBrains Mono' took 3.167569ms to compute and is Pattern(DejaVu Sans:style=Book:slant=0:weight=80:width=100:file=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf:index=0:charset=20-7e a0-2e9 2ec-2ee 2f3 2f7 300-34f 351-353 357-358 35a 35c-362 370-377 37a-37f 384-38a 38c 38e-3a1 3a3-525 531-556 559-55f 561-587 589-58a 5b0-5c3 5c6-5c7 5d0-5ea 5f0-5f4 606-607 609-60a 60c 615 61b 61f 621-63a 640-655 657 65a 660-670 674 679-6bf 6c6-6c8 6cb-6cc 6ce 6d0 6d5 6f0-6f9 7c0-7e7 7eb-7f5 7f8-7fa e3f e81-e82 e84 e87-e88 e8a e8d e94-e97 e99-e9f ea1-ea3 ea5 ea7 eaa-eab ead-eb9 ebb-ebd ec0-ec4 ec6 ec8-ecd ed0-ed9 edc-edd 10a0-10c5 10d0-10fc 1401-1407 1409-141b 141d-1435 1437-144a 144c-1452 1454-14bd 14c0-14ea 14ec-1507 1510-153e 1540-1550 1552-156a 1574-1585 158a-1596 15a0-15af 15de 15e1 1646-1647 166e-1676 1680-169c 1d00-1d14 1d16-1d23 1d26-1d2e 1d30-1d5b 1d5d-1d6a 1d77-1d78 1d7b 1d7d 1d85 1d9b-1dbf 1dc4-1dc9 1e00-1efb 1f00-1f15 1f18-1f1d 1f20-1f45 1f48-1f4d 1f50-1f57 1f59 1f5b 1f5d 1f5f-1f7d 1f80-1fb4 1fb6-1fc4 1fc6-1fd3 1fd6-1fdb 1fdd-1fef 1ff2-1ff4 1ff6-1ffe 2000-2064 206a-2071 2074-208e 2090-209c 20a0-20b5 20b8-20ba 20bd 20d0-20d1 20d6-20d7 20db-20dc 20e1 2100-2109 210b-2149 214b 214e 2150-2185 2189 2190-2311 2318-2319 231c-2321 2324-2328 232b-232c 2373-2375 237a 237d 2387 2394 239b-23ae 23ce-23cf 23e3 23e5 23e8 2422-2423 2460-2469 2500-269c 269e-26b8 26c0-26c3 26e2 2701-2704 2706-2709 270c-2727 2729-274b 274d 274f-2752 2756 2758-275e 2761-2794 2798-27af 27b1-27be 27c5-27c6 27e0 27e6-27eb 27f0-28ff 2906-2907 290a-290b 2940-2941 2983-2984 29ce-29d5 29eb 29fa-29fb 2a00-2a02 2a0c-2a1c 2a2f 2a6a-2a6b 2a7d-2aa0 2aae-2aba 2af9-2afa 2b00-2b1a 2b1f-2b24 2b53-2b54 2c60-2c77 2c79-2c7f 2d00-2d25 2d30-2d65 2d6f 2e18 2e1f 2e22-2e25 2e2e 4dc0-4dff a4d0-a4ff a644-a647 a64c-a64d a650-a651 a654-a657 a662-a66e a68a-a68d a694-a695 a698-a699 a708-a716 a71b-a71f a722-a72b a730-a741 a746-a74b a74e-a753 a756-a757 a764-a767 a780-a783 a789-a78e a790-a791 a7a0-a7aa a7f8-a7ff ef00-ef19 f000-f003 f400-f426 f428-f441 f6c5 fb00-fb06 fb13-fb17 fb1d-fb36 fb38-fb3c fb3e fb40-fb41 fb43-fb44 fb46-fb4f fb52-fba3 fbaa-fbad fbd3-fbdc fbde-fbdf fbe4-fbe9 fbfc-fbff fe00-fe0f fe20-fe23 fe70-fe74 fe76-fefc feff fff9-fffd 10300-1031e 10320-10323 1d300-1d356 1d538-1d539 1d53b-1d53e 1d540-1d544 1d546 1d54a-1d550 1d552-1d56b 1d5a0-1d5d3 1d7d8-1d7eb 1ee00-1ee03 1ee05-1ee1f 1ee21-1ee22 1ee24 1ee27 1ee29-1ee32 1ee34-1ee37 1ee39 1ee3b 1ee61-1ee62 1ee64 1ee67-1ee6a 1ee6c-1ee72 1ee74-1ee77 1ee79-1ee7c 1ee7e 1f030-1f093 1f0a0-1f0ae 1f0b1-1f0be 1f0c1-1f0cf 1f0d1-1f0df 1f311-1f318 1f42d-1f42e 1f431 1f435 1f600-1f623 1f625-1f62b 1f62d-1f640 1f643:fontformat=TrueType)
 2022-04-06T14:31:10.597Z TRACE wezterm_font::locator::font_config > listing by family took 523.475µs to compute and is [Pattern(Noto Color Emoji:spacing=100:file=/usr/share/fonts/truetype/noto/NotoColorEmoji.ttf:index=0:charset=20 23 2a 30-39 a9 ae 200d 203c 2049 20e3 2122 2139 2194-2199 21a9-21aa 231a-231b 2328 23cf 23e9-23f3 23f8-23fa 24c2 25aa-25ab 25b6 25c0 25fb-25fe 2600-2604 260e 2611 2614-2615 2618 261d 2620 2622-2623 2626 262a 262e-262f 2638-263a 2640 2642 2648-2653 265f-2660 2663 2665-2666 2668 267b 267e-267f 2692-2697 2699 269b-269c 26a0-26a1 26a7 26aa-26ab 26b0-26b1 26bd-26be 26c4-26c5 26c8 26ce-26cf 26d1 26d3-26d4 26e9-26ea 26f0-26f5 26f7-26fa 26fd 2702 2705 2708-270d 270f 2712 2714 2716 271d 2721 2728 2733-2734 2744 2747 274c 274e 2753-2755 2757 2763-2764 2795-2797 27a1 27b0 27bf 2934-2935 2b05-2b07 2b1b-2b1c 2b50 2b55 3030 303d 3297 3299 1f004 1f0cf 1f170-1f171 1f17e-1f17f 1f18e 1f191-1f19a 1f1e6-1f1ff 1f201-1f202 1f21a 1f22f 1f232-1f23a 1f250-1f251 1f300-1f321 1f324-1f393 1f396-1f397 1f399-1f39b 1f39e-1f3f0 1f3f3-1f3f5 1f3f7-1f4fd 1f4ff-1f53d 1f549-1f54e 1f550-1f567 1f56f-1f570 1f573-1f57a 1f587 1f58a-1f58d 1f590 1f595-1f596 1f5a4-1f5a5 1f5a8 1f5b1-1f5b2 1f5bc 1f5c2-1f5c4 1f5d1-1f5d3 1f5dc-1f5de 1f5e1 1f5e3 1f5e8 1f5ef 1f5f3 1f5fa-1f64f 1f680-1f6c5 1f6cb-1f6d2 1f6d5-1f6d7 1f6e0-1f6e5 1f6e9 1f6eb-1f6ec 1f6f0 1f6f3-1f6fc 1f7e0-1f7eb 1f90c-1f93a 1f93c-1f945 1f947-1f978 1f97a-1f9cb 1f9cd-1f9ff 1fa70-1fa74 1fa78-1fa7a 1fa80-1fa86 1fa90-1faa8 1fab0-1fab6 1fac0-1fac2 1fad0-1fad6 e0030-e0039 e0061-e007a e007f fe4e5-fe4ee fe82c fe82e-fe837)]
 2022-04-06T14:31:10.597Z TRACE wezterm_font::locator::font_config > found font-config match for Names { full_name: "Noto Color Emoji Regular", family: "Noto Color Emoji", sub_family: Some("Regular"), postscript_name: Some("NotoColorEmoji"), aliases: [] }
 2022-04-06T14:31:10.598Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 333.265µs to compute and is [Pattern(Noto Color Emoji:spacing=100:file=/usr/share/fonts/truetype/noto/NotoColorEmoji.ttf:index=0:charset=20 23 2a 30-39 a9 ae 200d 203c 2049 20e3 2122 2139 2194-2199 21a9-21aa 231a-231b 2328 23cf 23e9-23f3 23f8-23fa 24c2 25aa-25ab 25b6 25c0 25fb-25fe 2600-2604 260e 2611 2614-2615 2618 261d 2620 2622-2623 2626 262a 262e-262f 2638-263a 2640 2642 2648-2653 265f-2660 2663 2665-2666 2668 267b 267e-267f 2692-2697 2699 269b-269c 26a0-26a1 26a7 26aa-26ab 26b0-26b1 26bd-26be 26c4-26c5 26c8 26ce-26cf 26d1 26d3-26d4 26e9-26ea 26f0-26f5 26f7-26fa 26fd 2702 2705 2708-270d 270f 2712 2714 2716 271d 2721 2728 2733-2734 2744 2747 274c 274e 2753-2755 2757 2763-2764 2795-2797 27a1 27b0 27bf 2934-2935 2b05-2b07 2b1b-2b1c 2b50 2b55 3030 303d 3297 3299 1f004 1f0cf 1f170-1f171 1f17e-1f17f 1f18e 1f191-1f19a 1f1e6-1f1ff 1f201-1f202 1f21a 1f22f 1f232-1f23a 1f250-1f251 1f300-1f321 1f324-1f393 1f396-1f397 1f399-1f39b 1f39e-1f3f0 1f3f3-1f3f5 1f3f7-1f4fd 1f4ff-1f53d 1f549-1f54e 1f550-1f567 1f56f-1f570 1f573-1f57a 1f587 1f58a-1f58d 1f590 1f595-1f596 1f5a4-1f5a5 1f5a8 1f5b1-1f5b2 1f5bc 1f5c2-1f5c4 1f5d1-1f5d3 1f5dc-1f5de 1f5e1 1f5e3 1f5e8 1f5ef 1f5f3 1f5fa-1f64f 1f680-1f6c5 1f6cb-1f6d2 1f6d5-1f6d7 1f6e0-1f6e5 1f6e9 1f6eb-1f6ec 1f6f0 1f6f3-1f6fc 1f7e0-1f7eb 1f90c-1f93a 1f93c-1f945 1f947-1f978 1f97a-1f9cb 1f9cd-1f9ff 1fa70-1fa74 1fa78-1fa7a 1fa80-1fa86 1fa90-1faa8 1fab0-1fab6 1fac0-1fac2 1fad0-1fad6 e0030-e0039 e0061-e007a e007f fe4e5-fe4ee fe82c fe82e-fe837)]
 2022-04-06T14:31:10.598Z TRACE wezterm_font::locator::font_config > found font-config match for Names { full_name: "Noto Color Emoji Regular", family: "Noto Color Emoji", sub_family: Some("Regular"), postscript_name: Some("NotoColorEmoji"), aliases: [] }
 2022-04-06T14:31:10.598Z TRACE wezterm_font::locator::font_config > selected best font-config match Names { full_name: "Noto Color Emoji Regular", family: "Noto Color Emoji", sub_family: Some("Regular"), postscript_name: Some("NotoColorEmoji"), aliases: [] }
 2022-04-06T14:31:10.598Z TRACE wezterm_font::locator::font_config > listing by family took 241.582µs to compute and is []
 2022-04-06T14:31:10.599Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 273.462µs to compute and is []
 2022-04-06T14:31:10.602Z TRACE wezterm_font::locator::font_config > matching by family 'Symbols Nerd Font Mono' took 3.17436ms to compute and is Pattern(DejaVu Sans:style=Book:slant=0:weight=80:width=100:file=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf:index=0:charset=20-7e a0-2e9 2ec-2ee 2f3 2f7 300-34f 351-353 357-358 35a 35c-362 370-377 37a-37f 384-38a 38c 38e-3a1 3a3-525 531-556 559-55f 561-587 589-58a 5b0-5c3 5c6-5c7 5d0-5ea 5f0-5f4 606-607 609-60a 60c 615 61b 61f 621-63a 640-655 657 65a 660-670 674 679-6bf 6c6-6c8 6cb-6cc 6ce 6d0 6d5 6f0-6f9 7c0-7e7 7eb-7f5 7f8-7fa e3f e81-e82 e84 e87-e88 e8a e8d e94-e97 e99-e9f ea1-ea3 ea5 ea7 eaa-eab ead-eb9 ebb-ebd ec0-ec4 ec6 ec8-ecd ed0-ed9 edc-edd 10a0-10c5 10d0-10fc 1401-1407 1409-141b 141d-1435 1437-144a 144c-1452 1454-14bd 14c0-14ea 14ec-1507 1510-153e 1540-1550 1552-156a 1574-1585 158a-1596 15a0-15af 15de 15e1 1646-1647 166e-1676 1680-169c 1d00-1d14 1d16-1d23 1d26-1d2e 1d30-1d5b 1d5d-1d6a 1d77-1d78 1d7b 1d7d 1d85 1d9b-1dbf 1dc4-1dc9 1e00-1efb 1f00-1f15 1f18-1f1d 1f20-1f45 1f48-1f4d 1f50-1f57 1f59 1f5b 1f5d 1f5f-1f7d 1f80-1fb4 1fb6-1fc4 1fc6-1fd3 1fd6-1fdb 1fdd-1fef 1ff2-1ff4 1ff6-1ffe 2000-2064 206a-2071 2074-208e 2090-209c 20a0-20b5 20b8-20ba 20bd 20d0-20d1 20d6-20d7 20db-20dc 20e1 2100-2109 210b-2149 214b 214e 2150-2185 2189 2190-2311 2318-2319 231c-2321 2324-2328 232b-232c 2373-2375 237a 237d 2387 2394 239b-23ae 23ce-23cf 23e3 23e5 23e8 2422-2423 2460-2469 2500-269c 269e-26b8 26c0-26c3 26e2 2701-2704 2706-2709 270c-2727 2729-274b 274d 274f-2752 2756 2758-275e 2761-2794 2798-27af 27b1-27be 27c5-27c6 27e0 27e6-27eb 27f0-28ff 2906-2907 290a-290b 2940-2941 2983-2984 29ce-29d5 29eb 29fa-29fb 2a00-2a02 2a0c-2a1c 2a2f 2a6a-2a6b 2a7d-2aa0 2aae-2aba 2af9-2afa 2b00-2b1a 2b1f-2b24 2b53-2b54 2c60-2c77 2c79-2c7f 2d00-2d25 2d30-2d65 2d6f 2e18 2e1f 2e22-2e25 2e2e 4dc0-4dff a4d0-a4ff a644-a647 a64c-a64d a650-a651 a654-a657 a662-a66e a68a-a68d a694-a695 a698-a699 a708-a716 a71b-a71f a722-a72b a730-a741 a746-a74b a74e-a753 a756-a757 a764-a767 a780-a783 a789-a78e a790-a791 a7a0-a7aa a7f8-a7ff ef00-ef19 f000-f003 f400-f426 f428-f441 f6c5 fb00-fb06 fb13-fb17 fb1d-fb36 fb38-fb3c fb3e fb40-fb41 fb43-fb44 fb46-fb4f fb52-fba3 fbaa-fbad fbd3-fbdc fbde-fbdf fbe4-fbe9 fbfc-fbff fe00-fe0f fe20-fe23 fe70-fe74 fe76-fefc feff fff9-fffd 10300-1031e 10320-10323 1d300-1d356 1d538-1d539 1d53b-1d53e 1d540-1d544 1d546 1d54a-1d550 1d552-1d56b 1d5a0-1d5d3 1d7d8-1d7eb 1ee00-1ee03 1ee05-1ee1f 1ee21-1ee22 1ee24 1ee27 1ee29-1ee32 1ee34-1ee37 1ee39 1ee3b 1ee61-1ee62 1ee64 1ee67-1ee6a 1ee6c-1ee72 1ee74-1ee77 1ee79-1ee7c 1ee7e 1f030-1f093 1f0a0-1f0ae 1f0b1-1f0be 1f0c1-1f0cf 1f0d1-1f0df 1f311-1f318 1f42d-1f42e 1f431 1f435 1f600-1f623 1f625-1f62b 1f62d-1f640 1f643:fontformat=TrueType)
 2022-04-06T14:31:10.602Z TRACE wezterm_font::locator::font_config > listing by family took 180.165µs to compute and is []
 2022-04-06T14:31:10.602Z TRACE wezterm_font::locator::font_config > listing by postscriptname took 162.723µs to compute and is []
 2022-04-06T14:31:10.605Z TRACE wezterm_font::locator::font_config > matching by family 'Last Resort High-Efficiency' took 2.886687ms to compute and is Pattern(DejaVu Sans:style=Book:slant=0:weight=80:width=100:file=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf:index=0:charset=20-7e a0-2e9 2ec-2ee 2f3 2f7 300-34f 351-353 357-358 35a 35c-362 370-377 37a-37f 384-38a 38c 38e-3a1 3a3-525 531-556 559-55f 561-587 589-58a 5b0-5c3 5c6-5c7 5d0-5ea 5f0-5f4 606-607 609-60a 60c 615 61b 61f 621-63a 640-655 657 65a 660-670 674 679-6bf 6c6-6c8 6cb-6cc 6ce 6d0 6d5 6f0-6f9 7c0-7e7 7eb-7f5 7f8-7fa e3f e81-e82 e84 e87-e88 e8a e8d e94-e97 e99-e9f ea1-ea3 ea5 ea7 eaa-eab ead-eb9 ebb-ebd ec0-ec4 ec6 ec8-ecd ed0-ed9 edc-edd 10a0-10c5 10d0-10fc 1401-1407 1409-141b 141d-1435 1437-144a 144c-1452 1454-14bd 14c0-14ea 14ec-1507 1510-153e 1540-1550 1552-156a 1574-1585 158a-1596 15a0-15af 15de 15e1 1646-1647 166e-1676 1680-169c 1d00-1d14 1d16-1d23 1d26-1d2e 1d30-1d5b 1d5d-1d6a 1d77-1d78 1d7b 1d7d 1d85 1d9b-1dbf 1dc4-1dc9 1e00-1efb 1f00-1f15 1f18-1f1d 1f20-1f45 1f48-1f4d 1f50-1f57 1f59 1f5b 1f5d 1f5f-1f7d 1f80-1fb4 1fb6-1fc4 1fc6-1fd3 1fd6-1fdb 1fdd-1fef 1ff2-1ff4 1ff6-1ffe 2000-2064 206a-2071 2074-208e 2090-209c 20a0-20b5 20b8-20ba 20bd 20d0-20d1 20d6-20d7 20db-20dc 20e1 2100-2109 210b-2149 214b 214e 2150-2185 2189 2190-2311 2318-2319 231c-2321 2324-2328 232b-232c 2373-2375 237a 237d 2387 2394 239b-23ae 23ce-23cf 23e3 23e5 23e8 2422-2423 2460-2469 2500-269c 269e-26b8 26c0-26c3 26e2 2701-2704 2706-2709 270c-2727 2729-274b 274d 274f-2752 2756 2758-275e 2761-2794 2798-27af 27b1-27be 27c5-27c6 27e0 27e6-27eb 27f0-28ff 2906-2907 290a-290b 2940-2941 2983-2984 29ce-29d5 29eb 29fa-29fb 2a00-2a02 2a0c-2a1c 2a2f 2a6a-2a6b 2a7d-2aa0 2aae-2aba 2af9-2afa 2b00-2b1a 2b1f-2b24 2b53-2b54 2c60-2c77 2c79-2c7f 2d00-2d25 2d30-2d65 2d6f 2e18 2e1f 2e22-2e25 2e2e 4dc0-4dff a4d0-a4ff a644-a647 a64c-a64d a650-a651 a654-a657 a662-a66e a68a-a68d a694-a695 a698-a699 a708-a716 a71b-a71f a722-a72b a730-a741 a746-a74b a74e-a753 a756-a757 a764-a767 a780-a783 a789-a78e a790-a791 a7a0-a7aa a7f8-a7ff ef00-ef19 f000-f003 f400-f426 f428-f441 f6c5 fb00-fb06 fb13-fb17 fb1d-fb36 fb38-fb3c fb3e fb40-fb41 fb43-fb44 fb46-fb4f fb52-fba3 fbaa-fbad fbd3-fbdc fbde-fbdf fbe4-fbe9 fbfc-fbff fe00-fe0f fe20-fe23 fe70-fe74 fe76-fefc feff fff9-fffd 10300-1031e 10320-10323 1d300-1d356 1d538-1d539 1d53b-1d53e 1d540-1d544 1d546 1d54a-1d550 1d552-1d56b 1d5a0-1d5d3 1d7d8-1d7eb 1ee00-1ee03 1ee05-1ee1f 1ee21-1ee22 1ee24 1ee27 1ee29-1ee32 1ee34-1ee37 1ee39 1ee3b 1ee61-1ee62 1ee64 1ee67-1ee6a 1ee6c-1ee72 1ee74-1ee77 1ee79-1ee7c 1ee7e 1f030-1f093 1f0a0-1f0ae 1f0b1-1f0be 1f0c1-1f0cf 1f0d1-1f0df 1f311-1f318 1f42d-1f42e 1f431 1f435 1f600-1f623 1f625-1f62b 1f62d-1f640 1f643:fontformat=TrueType)
 2022-04-06T14:31:10.606Z TRACE wezterm_font::shaper::harfbuzz     > compute metrics across these handles for size=12, dpi=96,
             theoretical pixel height 16: [ParsedFont { names: Names { full_name: "Roboto Bold", family: "Roboto", sub_family: Some("Bold"), postscript_name: Some("Roboto-Bold"), aliases: [] }, weight: FontWeight(700), stretch: Normal, style: Normal, handle: FontDataHandle { source: BuiltIn { name: "../../assets/fonts/Roboto-Bold.ttf" }, index: 0, variation: 0, origin: BuiltIn, coverage: None }, cap_height: Some(0.7109375), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }, ParsedFont { names: Names { full_name: "JetBrains Mono Regular", family: "JetBrains Mono", sub_family: Some("Regular"), postscript_name: Some("JetBrainsMono-Regular"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: BuiltIn { name: "../../assets/fonts/JetBrainsMono-Regular.ttf" }, index: 0, variation: 0, origin: BuiltIn, coverage: None }, cap_height: Some(0.73), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }, ParsedFont { names: Names { full_name: "Noto Color Emoji Regular", family: "Noto Color Emoji", sub_family: Some("Regular"), postscript_name: Some("NotoColorEmoji"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: OnDisk { path: "/usr/share/fonts/truetype/noto/NotoColorEmoji.ttf" }, index: 0, variation: 0, origin: FontConfig, coverage: Some(RangeSet { ranges: [32..33, 35..36, 42..43, 48..58, 169..170, 174..175, 8205..8206, 8252..8253, 8265..8266, 8419..8420, 8482..8483, 8505..8506, 8596..8602, 8617..8619, 8986..8988, 9000..9001, 9167..9168, 9193..9204, 9208..9211, 9410..9411, 9642..9644, 9654..9655, 9664..9665, 9723..9727, 9728..9733, 9742..9743, 9745..9746, 9748..9750, 9752..9753, 9757..9758, 9760..9761, 9762..9764, 9766..9767, 9770..9771, 9774..9776, 9784..9787, 9792..9793, 9794..9795, 9800..9812, 9823..9825, 9827..9828, 9829..9831, 9832..9833, 9851..9852, 9854..9856, 9874..9880, 9881..9882, 9883..9885, 9888..9890, 9895..9896, 9898..9900, 9904..9906, 9917..9919, 9924..9926, 9928..9929, 9934..9936, 9937..9938, 9939..9941, 9961..9963, 9968..9974, 9975..9979, 9981..9982, 9986..9987, 9989..9990, 9992..9998, 9999..10000, 10002..10003, 10004..10005, 10006..10007, 10013..10014, 10017..10018, 10024..10025, 10035..10037, 10052..10053, 10055..10056, 10060..10061, 10062..10063, 10067..10070, 10071..10072, 10083..10085, 10133..10136, 10145..10146, 10160..10161, 10175..10176, 10548..10550, 11013..11016, 11035..11037, 11088..11089, 11093..11094, 12336..12337, 12349..12350, 12951..12952, 12953..12954, 126980..126981, 127183..127184, 127344..127346, 127358..127360, 127374..127375, 127377..127387, 127462..127488, 127489..127491, 127514..127515, 127535..127536, 127538..127547, 127568..127570, 127744..127778, 127780..127892, 127894..127896, 127897..127900, 127902..127985, 127987..127990, 127991..128254, 128255..128318, 128329..128335, 128336..128360, 128367..128369, 128371..128379, 128391..128392, 128394..128398, 128400..128401, 128405..128407, 128420..128422, 128424..128425, 128433..128435, 128444..128445, 128450..128453, 128465..128468, 128476..128479, 128481..128482, 128483..128484, 128488..128489, 128495..128496, 128499..128500, 128506..128592, 128640..128710, 128715..128723, 128725..128728, 128736..128742, 128745..128746, 128747..128749, 128752..128753, 128755..128765, 128992..129004, 129292..129339, 129340..129350, 129351..129401, 129402..129484, 129485..129536, 129648..129653, 129656..129659, 129664..129671, 129680..129705, 129712..129719, 129728..129731, 129744..129751, 917552..917562, 917601..917627, 917631..917632, 1041637..1041647, 1042476..1042477, 1042478..1042488] }) }, cap_height: None, synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: true, pixel_sizes: [128], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }, ParsedFont { names: Names { full_name: "Symbols Nerd Font Mono 1000-em", family: "Symbols Nerd Font Mono", sub_family: Some("1000-em"), postscript_name: Some("SymbolsNerdFontAAEOPSCLMDIWEAM-1000-em"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal,handle: FontDataHandle { source: BuiltIn { name: "../../assets/fonts/Symbols-Nerd-Font-Mono.ttf" }, index: 0, variation: 0, origin: BuiltIn, coverage: None }, cap_height: None, synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }, ParsedFont { names: Names { full_name: "Last Resort High-Efficiency Regular", family: "Last Resort High-Efficiency", sub_family: Some("Regular"), postscript_name: Some("LastResortHE-Regular"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: BuiltIn { name: "../../assets/fonts/LastResortHE-Regular.ttf" }, index: 0, variation: 0, origin: BuiltIn, coverage: None }, cap_height: Some(0.75), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }]
 2022-04-06T14:31:10.606Z TRACE wezterm_font::shaper::harfbuzz     > shaper wants 0 ParsedFont { names: Names { full_name: "Roboto Bold", family: "Roboto", sub_family: Some("Bold"), postscript_name: Some("Roboto-Bold"), aliases: [] }, weight: FontWeight(700), stretch: Normal, style: Normal, handle: FontDataHandle { source: BuiltIn { name: "../../assets/fonts/Roboto-Bold.ttf" }, index: 0, variation: 0, origin: BuiltIn, coverage: None }, cap_height: Some(0.7109375), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None }
 2022-04-06T14:31:10.606Z DEBUG wezterm_font::ftwrap               > set_char_size computing 12 dpi=96 (pixel height=16)
 2022-04-06T14:31:10.606Z TRACE wezterm_font::shaper::harfbuzz     > idx 0 cell_height is 18.75, which is 2.75 away from theoretical
                     height (factor 0.171875). Seems good enough
 2022-04-06T14:31:10.606Z TRACE wezterm_font::shaper::harfbuzz     > metrics_for_idx=0, size=12, dpi=96 -> FontMetrics { cell_width: 14.0, cell_height: 18.75, descender: -4.0, underline_thickness: 0.78125, underline_position: -1.5625, cap_height_ratio: Some(0.5866666666666667), cap_height: Some(11.0), is_scaled: true, presentation: Text, force_y_adjust: 0.0 }
wezterm.font_with_fallback({
  -- <built-in>, BuiltIn
  {family="Roboto", weight="Bold"},

  -- <built-in>, BuiltIn
  "JetBrains Mono",

  -- /usr/share/fonts/truetype/noto/NotoColorEmoji.ttf, FontConfig
  -- Assumed to have Emoji Presentation
  -- Pixel sizes: [128]
  "Noto Color Emoji",

  -- <built-in>, BuiltIn
  "Symbols Nerd Font Mono",

  -- <built-in>, BuiltIn
  "Last Resort High-Efficiency",

})

Second command returns:

Pattern has 38 elts (size 48)
        family: "Terminus"(s)
        familylang: "en"(s)
        style: "Medium"(s)
        stylelang: "en"(s)
        fullname: "Terminus Medium"(s)
        fullnamelang: "en"(s)
        slant: 0(i)(s)
        weight: 100(f)(s)
        width: 100(f)(s)
        size: 12(f)(s)
        pixelsize: 12(f)(s)
        spacing: 110(i)(w)
        foundry: "PfEd"(w)
        antialias: False(w)
        hintstyle: 3(i)(s)
        hinting: True(s)
        verticallayout: False(s)
        autohint: False(s)
        globaladvance: True(s)
        file: "/usr/share/fonts/opentype/terminus/terminus-normal.otb"(w)
        index: 0(i)(w)
        outline: False(w)
        scalable: False(w)
        dpi: 75(f)(s)
        scale: 1(f)(s)
        charset:
        0000: 00000000 ffffffff ffffffff 7fffffff 00000000 ffffffff ffffffff ffffffff
        0001: ffffffff ffffffff ffffffff ffffffff 6005c040 00e00000 001fe000 f031fffc
        0002: 0f000000 000c0000 0b100000 00040000 00040000 38000000 3b0000c0 00000000
        0003: 00001dff 00000200 00000000 00000000 ffffd7f0 fffffffb 00227fff 000f0000
        0004: ffffffff ffffffff ffffffff 00000c0c 3fff0000 0fcfcc3f ffff0007 033ffffc
        0005: 00000000 00000000 00000000 00000000 00000000 00000000 ffff0000 000007ff
        001e: 00003000 00f00000 000000ff 00003000 00000000 33000000 00003c00 03000030
        0020: ffffffff 560d0047 00000000 fff10000 00007fff 00005480 00000000 00000000
        0021: 2460c004 00200054 00000000 00000000 003f0000 08200150 003f1800 00000000
        0022: c67c3ff9 000007a0 00000100 00000c33 000000cc 00000020 0000000c 00000000
        0023: 02010f05 00000003 00000000 00000000 00000000 00000000 00000000 00000000
        0024: 00003e00 00000010 00000000 00000000 00000000 00000000 00000000 00000000
        0025: ffffff0f ffffffff ffff0fff ffffffff 000fffff 14445001 03008c51 00000000
        0026: 00000000 1c000000 00000005 00000c69 00000000 00000000 00000000 00000000
        0027: 01980000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
        0028: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff
        00ff: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 20000000
(w)
        lang: aa|af|av|ay|az-az|ba|bm|be|bg|bi|bin|br|bs|bua|ca|ce|ch|chm|co|cs|cv|da|de|el|en|eo|es|et|eu|fi|fj|fo|fr|fur|fy|gd|gl|gn|gv|haw|he|ho|hr|hu|ia|ig|id|ie|ik|io|is|it|kaa|ki|kk|kl|kum|kv|kw|ky|la|lb|lez|ln|lt|lv|mg|mh|mi|mk|mo|mt|nb|nds|nl|nn|no|nr|nso|ny|oc|om|os|pl|pt|rm|ro|ru|sah|se|sel|sh|sk|sl|sm|sma|smj|smn|sms|so|sq|sr|ss|st|sv|sw|tg|tk|tl|tn|to|tr|ts|tt|tw|tyv|uk|uz|vo|vot|wa|wen|wo|xh|yap|yi|zu|ak|an|crh|csb|fat|fil|hsb|ht|jv|kj|ku-tr|kwm|lg|li|mn-mn|ms|na|ng|nv|pap-an|pap-aw|rn|rw|sc|sg|sn|su|ty|za(s)
        fontversion: 65536(i)(s)
        fontformat: "TrueType"(w)
        embeddedbitmap: True(s)
        decorative: False(s)
        lcdfilter: 1(i)(w)
        namelang: "en"(s)
        prgname: "fc-match"(s)
        postscriptname: "TerminusMedium"(w)
        color: False(w)
        symbol: False(s)
        variable: False(s)
wez commented 2 years ago

Thanks; it looks like fontconfig is classifying that font as having "charcell" spacing, which didn't match wezterm's monospace or dualspace filter. I've updated the logic to also allow charcell spacing. That should be available in a nightly build within about 30-60 minutes of this comment.

alt-ee commented 2 years ago

Can confirm this is now working, thanks for getting it fixed so quickly :)

github-actions[bot] commented 1 year ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.