Use two colors of text on the same line

Hello, I use a Respbebry Pi Pico 2020 with a 32x64 led matrix that works correctly through the Adafruit library (adafruit_display_text.label, displayio, etc).
I am wanting to make on the same line, two texts with different formatting.
It would be :
“text1 vs text2”
Text 1 would be white and text 2 would be red.
Is there any way of doing this using displayio.Group()?
See that I will need other “lines” in this panel?