Displaying Non-Ascii Characters in TextVisual3D class
#2
This was already requested by some other customers but this is not possible because the TextVisual3D is using a "font definition" that was created for plotters and defines the lines that are needed to draw each character. That font defined lines only for the standard characters. Therefore it is not possible to use TrueType or some other modern font definition for TextVisual3D.

But you can use TextBlockVisual3D that renders text to bitmap and for that it uses the standard WPF's TextBlock that can render any font that is installed on the system. Note that if you have multiple TextBlockVisual3D, you will need to apply transparency sorting - those closer to the camera needs to be rendered after those that are farther away. Otherwise some TextBlockVisual3D may hide those that are in front of them (see Utilities \ Transparency problem in Ab3d.PowerToys samples).
Andrej Benedik
  


Messages In This Thread
RE: Displaying Non-Ascii Characters in TextVisual3D class - by abenedik - 12-13-2019, 04:27 PM

Forum Jump:


Users browsing this thread:
1 Guest(s)