|
(0002879)
|
|
George
|
|
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.
|
|