Sets the size of the mock graphical console.
(&mut self, size: SizeInPixels)
| 204 | |
| 205 | /// Sets the size of the mock graphical console. |
| 206 | pub fn set_size_pixels(&mut self, size: SizeInPixels) { |
| 207 | self.size_pixels = Some(size); |
| 208 | } |
| 209 | |
| 210 | /// Sets the size of a glyph in the mock graphical console. |
| 211 | pub fn set_glyph_size(&mut self, size: SizeInPixels) { |
no outgoing calls
no test coverage detected