home *** CD-ROM | disk | FTP | other *** search
- on checkFont
- castNumber = the number of castLibs
- repeat with c = 1 to castNumber
- maxNum = the number of castMembers of castLib c
- repeat with x = 1 to maxNum
- myType = member(x, c).type
- if myType = #text then
- if member(x, c).font = "Moto *" then
- member(x, c).font = "Arial *"
- member(x, c).charSpacing = 0
- end if
- end if
- end repeat
- end repeat
- end
-