Click or drag to resize

AnnotationBaseSetRichText Method

Sets the annotation's text as rich text (RTF), optionally using a specified dimension style for formatting overrides.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public void SetRichText(
	string rtfText,
	DimensionStyle dimstyle
)

Parameters

rtfText
Type: SystemString
The RTF (Rich Text Format) string to assign to the annotation.
dimstyle
Type: Rhino.DocObjectsDimensionStyle
The dimension style to use for formatting overrides, or null to use the current style.
See Also