I am using the font "Code Bold" for a WPF application, font is embedded and looks to be working in Expression Blend and the WPF designer.
As shown here:
The bottom text looks to be better antialised. What could be a problem here (except that the font sizes don't match).
I already added these tags to the control and parent window:
TextOptions.TextFormattingMode="Display"
TextOptions.TextRenderingMode="ClearType"
Does it have to do that the font is not Cleartype?