I will be brutally honest with you - what's the difference? I have a file with what appears to be a lot of boxes looking like text fields - if I put another text field by using the option "Add Text" on the tool bar, the resulting field looks exactly the same as ones already in the document.
What I'm trying to do is simply change the font of a whole book (so around 280 pages) into a different one without having to click on every single text box manually and then select font from the Format right-hand tool bar (there are probably more than a 1000 of them because paragraphs are formatted as separate text fields). I also can't seem to select multiple text fields across different pages so the CTRL+A method someone else recommended doesn't seem to work.
Are you trying to change static text fonts or form field fonts?
By @PDF Automation Station
A script can't access the properties of static text. It can only read the word itself and its coordinates on the page. Nothing else. What you're trying to do should not be attempted in a PDF file. Export the file to another format (or better yet, go back to the original file used to create the PDF), make the changes there, and then create a new PDF file.