Page 1 of 1

Detect thin, white fonts

Posted: Thu Mar 10, 2016 2:27 pm
by Terkelsen
I'm looking for a way to detect thin, white text in a PDF. I have tried to make a restriction in a preflight to look only for fonts that has Thin or Light in their fontname and have white fill. Using a very simple RegEx like this ".dThin" would find ec. ProximaNova-ThinIT if I test this in a RegEx-tester, but it doesn't seem to work when used in the "select Font"_action.

Any other suggestions on how to detect thin, white text?

Re: Detect thin, white fonts

Posted: Tue Mar 15, 2016 11:57 am
by Terkelsen
If anybody want to know, I have now learned (from Andrew :-)) that the correct RegEx should look like this:

.*Thin.*

Re: Detect thin, white fonts

Posted: Thu Feb 22, 2024 4:20 pm
by dcardillo
I wish there was a way to upvote posts, because this is exactly what I was looking for