Struct alacritty::renderer::rects::RenderLines [−][src]
pub struct RenderLines {
inner: HashMap<Flags, Vec<RenderLine>>,
}Expand description
Lines for underline and strikeout.
Fields
inner: HashMap<Flags, Vec<RenderLine>>Implementations
pub fn rects(&self, metrics: &Metrics, size: &SizeInfo) -> Vec<RenderRect>ⓘ
Update the stored lines with the next cell info.
Update the lines for a specific flag.
Trait Implementations
Returns the “default value” for a type. Read more