I was looking for a way to create an outline for some text in WPF to make it more distinguishable from the background. The original look I am trying to mimick is the following
You will notice that the font is really small which makes this problem very difficult. All controls and snippets I have found that outline text are drawing the outline in the letters and not around them which makes those controls a bad choice in my case. Even something simple as drawing shadows to fake a border is not enough
I was curious whether you know of some controls that can outline a text by drawing the outline outside of the letters which allows me to use small font sizes. Alternatively do you think sprite fonts which are used in games very often are a good approach? If so, are there any libraries/controls you can suggest?