This website requires JavaScript.
Explore
Help
Sign In
wez
/
wezterm
Watch
1
Star
1
Fork
0
You've already forked wezterm
mirror of
https://github.com/wez/wezterm.git
synced
2024-11-23 15:04:36 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
cfbc9d716c
wezterm
/
test-data
/
width.sh
9 lines
87 B
Bash
Raw
Normal View
History
Unescape
Escape
Adjust font scaling math again This commit introduces the knowledge about whether a font is scalable or was using bitmap strikes (eg: color emoji bitmaps). Then that information is used to help figure out whether and how to scale a glyph. refs: https://github.com/wez/wezterm/issues/685
2021-05-02 01:47:05 +03:00
#!/bin/zsh
echo
"\u24e9 ."
echo
"\u24e9."
echo
"<--"
echo
🛑
test-data: add text from #614 to width script
2021-05-02 05:32:01 +03:00
echo
현재 브랜치
Adjust font scaling math again This commit introduces the knowledge about whether a font is scalable or was using bitmap strikes (eg: color emoji bitmaps). Then that information is used to help figure out whether and how to scale a glyph. refs: https://github.com/wez/wezterm/issues/685
2021-05-02 01:47:05 +03:00
Reference in New Issue
Copy Permalink