I am developing an application using WPF, and when I install it on another computer, the fonts that it uses don't exist on the new system, so "Tahoma" by default.
Is there any way that I can compile my application's fonts as resources? If so, how would I need to change the code to use the resource fonts? Would the syntax be something like this?
textblock1.FontFamily = ....."mysegioui.ttf"..;