The GxDrawTextFormat enumeration contains text rendering mode in report sheets, autoshapes and charts.
It is used by the following properties and methods:
Value | Brief description |
0 | Default_. Default value. Rendering using GDI+. It does not support some fonts available in Wpf. |
1 | Wpf. Rendering using WPF. |
2 | Rtf. Rendering using RTF. |
See also: