set text format of "selectedCues" to theFormat
set text format of eachcue to theFormat
tell application id "com.figure53.QLab.5" to tell front workspace
repeat with eachCue in (cues whose q color is "red")
set theFormat to {fontName:"Andale Mono"}
set text format of eachCue to theFormat
end repeat
end tell
set theFormat to {fontName:"Andale Mono"}
tell application id "com.figure53.QLab.5" to tell front workspace
repeat with eachCue in (cues whose q color is "red")
set text format of eachCue to theFormat
end repeat
end tell
tell application id "com.figure53.QLab.5" to tell front workspace to set text format of cues whose q color is "red" to {fontName:"Andale Mono"}