Sets use bounding box flag
(&mut self, flag: bool)
| 167 | |
| 168 | /// Sets use bounding box flag |
| 169 | pub fn set_bbox(&mut self, flag: bool) -> &mut Self { |
| 170 | self.bbox = flag; |
| 171 | self |
| 172 | } |
| 173 | |
| 174 | /// Sets facecolor of bounding box |
| 175 | pub fn set_bbox_facecolor(&mut self, color: &str) -> &mut Self { |
no outgoing calls