I'm attempting to use a Font Family in my XAML. The Family is named Stone Information. It consists of 6 files that reside in a Fonts folder of my project:
StoneInf.otf
StoneInfBol.otf
StoneInfBolIta.otf
StoneInfIta.otf
StoneInfSem.otf
StoneInfSemIta.otf
Each file is set to Resource, Do not copy.
I'd like to use FontWeight and FontSytle to determine which font file is used--like this:
<
FlowDocument>
<Paragraph FontFamily="/Fonts/#StoneInformal" FontWeight="Normal" FontStyle="Normal">Kearney Area Humane Society
</
View Complete Post