I am trying to outline a certain piece of text with a single specific color. This is for a game that has a restricted color pallete.
I have a Label with a theme that modifies the default font. I set the "Outline Color" of the DynamicFont to my desired color and have an Outline size of 2.

However, as it is, the outline is not a solid color - It behaves like a shadow and will make up extra colors to feather out the edges:
How to I modify this so that the outline is a single color?
P.S. There seems to be a property called "Shadow As Outline" which appears to be related to the problem, but changing this value (or any other constants in this category) from the default 0 does not seem to have any effect.