Searching for fonts used in forms

Open View or View Search do not list which forms in a database contain a certain font. Searching with command-F in an open form blueprint does find fonts, but I am searching a database with 32 forms. Is there any way of listing all forms containing a particular font (other than manually or programatically opening and searching each form blueprint)?

There’s no “click one button” way to do this, but you could write a procedure to do it, using the objectinfoarray( function.

It would probably take two or three dozen lines of code - I’ll leave the details as an exercise for the reader.

Thank you. I was unfamiliar with objectinfoarray(, objectinfo( and selectobjects, but it seems reasonably straightforward using them to do the job.