every word/character/paragraph with properties x ?

I am trying to get every word (paragraph etc.) of document 1 in TextEdit with the following properties {font:“Futura”,size:24}

I tried the following:

...every [word/character/paragraph] where the properties is {font:"Futura",size:24}...

but it does neither display an error warning nor take any effect :?
the result shown is this:

{}

What do I have to do if I don’t want to say

...every [word/character/paragraph] whose font is "Futura" and size is 24

:?:

Vince