|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITextPath2
Provides access to additional members that control the text path.
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
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 |
---|
void setupEx(int hDC, ITransformation transformation, ITextSymbol textSym, String text, Object charMetrics) throws IOException, AutomationException
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |