|
|
@ -252,7 +252,7 @@ impl CachingShaper {
|
|
|
|
|
|
|
|
|
|
|
|
pub fn shape(&mut self, cells: &[String], bold: bool, italic: bool) -> Vec<TextBlob> {
|
|
|
|
pub fn shape(&mut self, cells: &[String], bold: bool, italic: bool) -> Vec<TextBlob> {
|
|
|
|
let current_size = self.current_size();
|
|
|
|
let current_size = self.current_size();
|
|
|
|
let (glyph_width, glyph_height) = self.font_base_dimensions();
|
|
|
|
let (glyph_width, _glyph_height) = self.font_base_dimensions();
|
|
|
|
|
|
|
|
|
|
|
|
let mut resulting_blobs = Vec::new();
|
|
|
|
let mut resulting_blobs = Vec::new();
|
|
|
|
|
|
|
|
|
|
|
|