presentation - modelint/flatland-model-diagram-editor GitHub Wiki
A presentation
provides a predefined set of line, text, fill and other styles for each component of a notation and diagram type combination. If you want to use your own special fonts and such in your diagram, you select the appropriate presentation or define a new one.
Syntax
presentation <presentation_name>
Example
presentation default
Current support
Flatland currently supports the default
presentation only.
Developer extensions
At present, Flatland doesn’t provide any easy facility to define your own presentation other than just editing parts of the code that populate the Flatland database or the SQLite database directly. A YAML interface, coming soon, will make it possible to easily define your own presentations.