Implementing arrowheads in a line
Hello
We have been implementing Illustrator plugins since past 7 years. This is the first time we are phasing a problem with the documentation to implement arrowhead for a line!
The line is being drawn using
sAIShapeConstruction->NewLinePoint (oStart, oEnd, poHandle);
and stroke width and other things like colors can be done using AIPathStyles
sAIPathStyle->GetPathStyle(oArtHandle, &oPathStyle, &oAdvFill);
oPathStyle.stroke.width = 0.1 * kPointsPerMM;
sAIPathStyle->SetPathStyle (oArtHandle, &oPathStyle);
However, on both sides of the line, I need to implement arrowheads and I could not find any information in the SDK documentation as to how to implement that!
Can you please help?
Thank you
Musten Jiruwala
