Searched refs:text_color (Results 1 – 1 of 1) sorted by relevance
42 text_color: Cell<Color>, field61 text_color: Cell::new(Color::rgb(0, 0, 0)), // 默认黑色字体 in new()188 renderer.char(local_rect.x, local_rect.y, char, self.text_color.get()); in draw()249 self.text_color.set(color); in set_text_color()