Module alacritty::renderer::text::builtin_font
source ยท Expand description
Hand-rolled drawing of unicode characters that need to fully cover their character area.
Structsยง
Constantsยง
- COLOR_FILL ๐Default color used for filling.
- POWERLINE_ARROW_LTR ๐
- POWERLINE_ARROW_RTL ๐
Functionsยง
- box_drawing ๐
- Returns the rasterized glyph if the character is part of the built-in font.
- Compute line width.
- line_equation ๐
f(x) = slope * x + offset
equation. - powerline_drawing ๐