Trait alacritty::renderer::text::TextRenderBatch
source · pub trait TextRenderBatch {
// Required methods
fn is_empty(&self) -> bool;
fn full(&self) -> bool;
fn tex(&self) -> c_uint;
fn add_item(
&mut self,
cell: &RenderableCell,
glyph: &Glyph,
size_info: &SizeInfo
);
}
Required Methods§
sourcefn add_item(&mut self, cell: &RenderableCell, glyph: &Glyph, size_info: &SizeInfo)
fn add_item(&mut self, cell: &RenderableCell, glyph: &Glyph, size_info: &SizeInfo)
Add item to the batch.