I am sure this has been answered before, but is there a way to change the color of a bunch of text cues (the actual color of the text) as a batch? Maybe a script?
I may also need to change other parameters like font size.
Thank you in advance!
set theselected to (selected as list)
set theFormat to {rgbaColor:{red:1, green:0.5, blue:1, alpha:1}}
repeat with eachcue in theselected
set text format of eachcue to theFormat
end repeat
end tell
set theFormat to {fontFamily:"Courier", fontStyle:"Bold", fontSize:72, rgbaColor:{red:1, green:1, blue:1, alpha:1}}
Here's all the properties you can include:
tetext format record n
properties
fontFamily (text) : The font family for this format. (e.g. "Helvetica", "Courier New")
fontStyle (text) : The font style (face) for this format. (e.g. "Regular", "Light Oblique")
fontName (text) : The font name for this format. (e.g. "CourierNewPS-BoldItalicMT")
fontSize (real) : The font size for this format.
lineSpacing (real) : The line spacing for this format.
rgbaColor (rgba color record) : An RGBA color record representing the percentage values for the red, green, blue, and alpha components of the text color of this format.
rgbaBackgroundColor (rgba color record) : An RGBA color record representing the percentage values for the red, green, blue, and alpha components of the background color of this format.
strikethroughStyle (text) : The strikethrough style of this format. Possible values are "none", "single", and "double".
strikethroughRgbaColor (rgba color record) : An RGBA color record representing the percentage values for the red, green, blue, and alpha components of the strikethrough color of this format.
underlineStyle (text) : The underline style of this format. Possible values are "none", "single", and "double".
underlineRgbaColor (rgba color record) : An RGBA color record representing the percentage values for the red, green, blue, and alpha components of the underline color of this format.
range (range record) : A range record representing the index and length for the substring that has this format.
wordIndex (integer) : An optional 1-indexed word number to which this format should be applied. When used, the "range" property will be ignored. (setting only)
--
Contact support anytime: sup...@figure53.com
Follow QLab on Twitter: https://twitter.com/QLabApp
User Group Code of Conduct: https://qlab.app/code-of-conduct/
---
You received this message because you are subscribed to a topic in the Google Groups "QLab" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/qlab/EqGuyDAfMuo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to qlab+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/ff463f02-5165-4249-a52d-450c9f46077do%40googlegroups.com.
Igor Golyak
Artistic Director | Arlekin Players Theatre
Associate Professor of Theater | Boston Conservatory at Berklee
(617) 319-6107 (cell)
Like Arlekin Players Theatre on Facebook •
Follow @arlekinplayers on Instagram & Twitter •
You received this message because you are subscribed to the Google Groups "QLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qlab+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/CACwih4LiwDj9orvgCACrjOXxvABg%3DeEFthCmqkzyttS6Zcp7MQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/1d70273e-007f-49f2-b5fe-d517e09b75a7n%40googlegroups.com.
I also have another question regarding the countdown timer on the Q lab website. It mostly works for me but what I’m trying to do is change the font size. Is this possible?
When I copy over the Q properties it does not seem to copy over whether or not the text has a shadow.