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§
- Default color used for filling.
Functions§
- Returns the rasterized glyph if the character is part of the built-in font.
- Compute line width.
f(x) = slope * x + offset
equation.