Arbortext IsoDraw > Macro Language Reference > Menu Commands > Edit Menu > Select If / SubSelect If > [Sub]Select If Font
  
[Sub]Select If Font
Selects text elements based on the specified FONT setting.
SELECT IFSUBSELECT IFFONTISNOTEQUAL TOCONTAINS"font"
Parameters:
font
any "string"; e.g., "Arial"
Condition
Selects element if…
(IS or) IS EQUAL TO
all text in the element has the specified font setting applied to it.
(IS NOT or) IS NOT EQUAL TO
none of the text in the element has the specified font setting applied to it.
CONTAINS
some or all of the text in the element has the specified font setting applied to it.
SELECT IF FONT CONTAINS "Arial"
SUBSELECT IF FONT IS EQUAL TO "Arial Black"