ArcObjects Library Reference (Display)  

BezierTextPath CoClass

Helper object used to align a text string to a curve.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description
IPersist Defines the single method GetClassID, which is designed to supply the CLSID of an object that can be stored persistently in the system. IPersist is the base interface for three other interfaces: IPersistStorage, IPersistStream, and IPersistFile.
ITextPath Provides access to members that control the text path.

Remarks

A BezierTextPath is a text path that automatically smoothes the input geometry to create a smooth curve for text to be drawn with.  While this aides in the construction of curved text path geometries, it is more common to use a SimpleTextPath with a smoothed Bezier curve for greater control over the degree of smoothing.