Select fonts by name

Belongs to

What it does

Allows you to select all the fonts with a particular name.

Note: From version 12 update 2 onwards, you can use regular expressions to define the font name.

Example

To select all the Times, Arial, Helvetica and Courier fonts in a PDF, you could use the following sequence of Actions:

Select font Times 
Select font Arial 
OR
Select font Helvetica
OR
Select font Courier
OR