Skip to main content
Participating Frequently
July 17, 2020
Answered

Find FONT SIZE not equal to

  • July 17, 2020
  • 4 replies
  • 1107 views

Hi,

 

Is there a way to find/search for texts with font-size not equal to a specific number (let say 12pt)?

Thanks.

This topic has been closed for replies.
Correct answer Jongware

Create a red swatch. Change the color of all text in 12pt to red. All remaining black text has another size. When dine delete the red swatch and replace it with black again.

 

(If your text uses color: no problem. Just pick any other text attribute which can easily be un-done.)

4 replies

Ashutosh_Mishra
Inspiring
July 25, 2020

Hi there,

 

Thanks for reaching out. I hope your issue is resolved now. We'd appreciate if you can mark the appropriate answer correct.

If you used any other method, please share it here. It'll help other users having similar concern.

If you still have issues, let us know. We'll be happy to help.

 

Regards,

Ashutosh

Jongware
Community Expert
JongwareCommunity ExpertCorrect answer
Community Expert
July 17, 2020

Create a red swatch. Change the color of all text in 12pt to red. All remaining black text has another size. When dine delete the red swatch and replace it with black again.

 

(If your text uses color: no problem. Just pick any other text attribute which can easily be un-done.)

Participating Frequently
July 17, 2020

Got it, this could do it 🙂

brian_p_dts
Community Expert
Community Expert
July 17, 2020

GREP could not handle that. It could be scripted, though. What do you want to do to the text after you find it? 

Participating Frequently
July 17, 2020

Got it, thanks.

I need to look for any text that does not have horizontal scale 94% and if found, change it to horizontal scale 94%.

 

Please give me some inputs 🙂

brian_p_dts
Community Expert
Community Expert
July 17, 2020

For any text with font size not equal to 12pt?

Steve Werner
Community Expert
Community Expert
July 17, 2020

That sounds like something that could be done with GREP (pattern matching), available in the Find/Change dialog. I'm not enough of an ace with GREP to give you the answer, however. Here's a discussion that covers a similar topic:

 

https://indesignsecrets.com/topic/grep-for-negative-pattern-match-60

 

Participating Frequently
July 17, 2020

Thanks, but that covers only words/letters, I need to "omit" font style...