Arbortext IsoDraw > Macro Language Reference > Menu Commands > Edit Menu > Select If / SubSelect If > [Sub]Select If Font Face
  
[Sub]Select If Font Face
Selects text elements based on the specified FONT_FACE setting.
SELECT IFSUBSELECT IFFONT_FACEISNOTEQUAL TOCONTAINS"font_face"
Parameters:
font_face
"NORMAL"
"BOLD"
"ITALIC"
"BOLDITALIC"
Condition
Selects element if…
(IS or) IS EQUAL TO
all text in the element has the specified font_face applied to it.
(IS NOT or) IS NOT EQUAL TO
no text in the element has the specified font_face applied to it.
CONTAINS
some or all of the text in the element has the specified font_face applied to it.
SELECT IF FONT_FACE IS EQUAL TO "BOLD"
SUBSELECT IF FONT_FACE IS NOT EQUAL TO "NORMAL"