Is it possible to find out the type of the used fonts(like Open type (or) true type) in illustrator cs3 file through programmatically. Kindly share with me the possibilities and solution.
Thanks...
Help me to find out the font type?Good evening,
an idea to help you in your approach
Sub texte()
Set appref = CreateObject(''Illustrator.Application.cs4'')
Set myDoc = appref.ActiveDocument
Set myText = myDoc.TextFrames
For i = 1 To myText.Count
MsgBox (myText(i).Characters(1).CharacterAttributes.TextFont.Family)
Next
End Sub
Patrice
Help me to find out the font type?Sorry I think that my suggestions can't respond to your request.
Iwill try another approach
Patrice
No comments:
Post a Comment