com.esri.arcgis.display
Interface ITextPath2

All Superinterfaces:
Serializable
All Known Implementing Classes:
SimpleTextPath

public interface ITextPath2
extends Serializable

Provides access to additional members that control the text path.

Remarks

ITextPath2::SetupEx allows clients of the SimpleTextPath to specify text and character metrics to use when splining instead of having the text path compute those itself. This is used for low level drawing of WordTextPath parts that are SimpleTextPaths

Product Availability

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


Method Summary
 void setupEx(int hDC, ITransformation transformation, ITextSymbol textSym, String text, Object charMetrics)
          Set up items needed by text path, including character metrics information.
 

Method Detail

setupEx

void setupEx(int hDC,
             ITransformation transformation,
             ITextSymbol textSym,
             String text,
             Object charMetrics)
             throws IOException,
                    AutomationException
Set up items needed by text path, including character metrics information.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
hDC - The hDC (A COM typedef) (in)
transformation - A reference to a com.esri.arcgis.geometry.ITransformation (in)
textSym - A reference to a com.esri.arcgis.display.ITextSymbol (in)
text - The text (in)
charMetrics - A Variant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.