Specify whether to use bitmap images to render text with unsupported text transforms.
Namespace: MindFusion.Diagramming.Export
Assembly: MindFusion.Diagramming.Export.Swf
C# Copy Code |
---|
public bool TextTransformsAsImages { get; set; } |
Visual Basic Copy Code |
---|
Public Property TextTransformsAsImages As Boolean |
true to display transformed text using bitmap images, otherwise false. The default value is false.
Adobe Flash cannot transform text rendered using external (non-embedded) fonts. Enable this property to create images in place of transformed text, e.g. one displayed in rotated nodes when their RotateText property is set to true.