Page MenuHomePhabricator

Add possibility to configure annotations of PlanarFigure-Rendering
Closed, ResolvedPublic

Description

The rendering-properties of the annotations of PlanarFigures is currently hard coded and cannot be configured.

It should be possible to configure the following properties for the rendering of the annotations:

  • Font-Family
  • Bold
  • Italic
  • Size

The size of the mitkTextOverlay2D can already be configured using properties. For the other parameters, new properties will have to be added.

Furthermore, the PlanarFigureMapper should also evluate properties that define the rendering of the text-annotations and set the properties of the internal mitkTextOverlay.

Event Timeline

User engelm has pushed new remote branch:

bug-19368-make-planarfigureannotations-configurable

[9907bf]: Merge branch 'bug-19368-make-planarfigureannotations-configurable'

Merged commits:

2015-10-14 14:26:51 Markus Engel [d0320f]
PlanarFigureMapper now configures the TextOverlay according to its own properties


2015-10-14 14:26:26 Markus Engel [afd8c6]
TextOverlay is now configurable via properties