I want to get all the fontnames used in a QuarkXPress document,
then show a list of these fonts, and then get the pagenumbers of the page,
which contains a text box with that selected font!
When I use "get font list of document 1" I get also the ID's, I don't need
these numbers!
I've tried it like this, but then I get eg 10 times "Geneva" in my list,
then 6 times "Helvetica",...
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
=-=-=-=-=-
tell app "qxp"
activate
set fntlist to get font of story 1 of every text box as list
set toclist to (choose from fntlist with prompt "select font" with
multiple selections allowed) as list
end tell
WITH THIS I CAN'T GET THE PAGE NUMBER OF THE TEXT BOX THAT CONTAINS THE
SELECTED FONT
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
=-=-=-=-=-
HELP NEEDED!!
TNX
---
Bart
------------------------------
This archive was generated by hypermail 2b29 : Sun May 27 2001 - 12:00:29 AEST