| 2389 | } |
| 2390 | |
| 2391 | void Map::setBaselineViewEnabled(bool enabled) |
| 2392 | { |
| 2393 | if (enabled) |
| 2394 | renderable_options |= Symbol::RenderBaselines; |
| 2395 | else |
| 2396 | renderable_options &= ~Symbol::RenderBaselines; |
| 2397 | } |
| 2398 | |
| 2399 | |
| 2400 | const MapPrinterConfig& Map::printerConfig() |