View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013849ParaView(No Category)public2013-02-01 10:002016-08-12 09:59
ReporterDavid C. Lonie 
Assigned ToDavid Thompson (old) 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Versiongit-master 
Target VersionFixed in Version 
Summary0013849: Rendering mathtext into the ScalarBar title broken.
DescriptionText here is always rendered via freetype.
TagsNo tags attached.
ProjectTBD
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0030294)
David C. Lonie (developer)
2013-02-01 11:20
edited on: 2013-02-01 11:22

This is because vtkScalarBarActor uses vtkTextMappers to display text. The scalar bar class will need to be ported to vtkTextActor, since the vtkTextMapper code cannot be easily ported to use vtkTextRenderer.

vtkTextMapper uses ftgl to directly render the text into the opengl context, so the vtkTextRenderer approach of text-->image-->texture doesn't apply.

(0038332)
Kitware Robot (administrator)
2016-08-12 09:59

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2013-02-01 10:00 David C. Lonie New Issue
2013-02-01 10:00 David C. Lonie Assigned To => David C. Lonie
2013-02-01 11:20 David C. Lonie Note Added: 0030294
2013-02-01 11:22 David C. Lonie Note Edited: 0030294
2013-02-01 13:26 David C. Lonie Assigned To David C. Lonie => David Thompson (old)
2016-08-12 09:59 Kitware Robot Note Added: 0038332
2016-08-12 09:59 Kitware Robot Status backlog => closed
2016-08-12 09:59 Kitware Robot Resolution open => moved


Copyright © 2000 - 2018 MantisBT Team