In a view I have a smaller font, foreground is white and background is dark grey.
At the moment I use a drop shadow effect like
<DropShadowEffect BlurRadius="0"
Opacity="0.99"
ShadowDepth="1"
Direction="270"
Color="Black"
This looks zoomed as this:
It works good on bigger fontsizes, but not very good on small scales as can be seen here:
What would be a good text effect to enhance overall readability?
I found this question which uses an outer stroke around the text, but it does not work at all on smaller fontsizes.