Why is there no setter for the font property?

I would like to transfer the font of one element to another without having to assign each property of a font individually.

@kvaak Unfortunately, there is no setter for a whole Font object. As a workaround you can simply clone Run node with the required font set and reassign it’s text.