Text shadow
#151
Replies: 1 comment
-
Draw it once on a blank image, blur that result, draw it again at an offset then draw that image onto your target. That how all libraries would do it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to create a shadow for a text? The only thing that I found is to use something similar described in this issue: SixLabors/ImageSharp#407 and create a border. But shadow have blur and other parameters that I didn't figure out how to setup using this border approach.
Beta Was this translation helpful? Give feedback.
All reactions