I have a font imported to a folder named "fonts" I am trying to implement it to a label, but I don't know how to add it to the font family
FontFamily fam = (Uri("pack://firstwpfapp:,,,/fonts/DigitalFont.TTF", UriKind.Absolute));
I have a font imported to a folder named "fonts" I am trying to implement it to a label, but I don't know how to add it to the font family
FontFamily fam = (Uri("pack://firstwpfapp:,,,/fonts/DigitalFont.TTF", UriKind.Absolute));