Question
Single TextRange ArtStyle/CharStyle?
Greetings,
I can apply a art style to a whole text object with:
AIArtStyleHandle artStyle;
AIArtHandle textHandle;
error = sAIArtStyle->SetArtStyle ( textHandle, artStyle );
However I cannot find a way to apply an ArtStyle or CharStyle to an individual TextRange. Using sAIArtStyle->SetArtStyle sets all of the TextRanges in the text art handle to a single style. I am sure it must be possible because I can apply multiple Art Styles to a single text object manually...
Any help would be greatly appreciated.
Thanks,
-jeshua
I can apply a art style to a whole text object with:
AIArtStyleHandle artStyle;
AIArtHandle textHandle;
error = sAIArtStyle->SetArtStyle ( textHandle, artStyle );
However I cannot find a way to apply an ArtStyle or CharStyle to an individual TextRange. Using sAIArtStyle->SetArtStyle sets all of the TextRanges in the text art handle to a single style. I am sure it must be possible because I can apply multiple Art Styles to a single text object manually...
Any help would be greatly appreciated.
Thanks,
-jeshua