View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000703Old ParaView Bugs public2004-03-24 15:252009-12-09 14:52
ReporterDavid Thompson 
Assigned ToBerk Geveci 
PrioritynormalSeverityfeatureReproducibilityalways
StatusassignedResolutionopen 
PlatformOSOS Version
Summary0000703: Unicode support for annotations
DescriptionI want to include Greek characters and other math symbols in text annotations and scalar bar labels. I have hacked support for a symbol font, but what's needed is mixed Roman and Greek characters (i.e., Unicode). It looks like ftgl supports Unicode, but VTK's text mapper only uses 8-bit characters while Unicode encodings require wide character support.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0002879)
George (reporter)
2005-08-11 12:29

Relative to Unicode support, TextProperty could do with an overhaul. A quick change of 'Input' (on TextMapper) from char * to wchar_t * yields Unicode support but the canned VTK fonts have poor coverage. The only way around is to call SetFaceFileName() on TextProperty with a full path to a font file. I would like VTK to abstract this for me so that the default system font is available and a TextProperty::SetFont( "SimHei" ) is enough to specify an additional font.

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team