Tagged Questions
The privatefontcollection tag has no wiki summary.
10
votes
1answer
642 views
Workaround for the Mono PrivateFontCollection.AddFontFile bug
When I call the PrivateFontCollection.AddFontFile method in Mono.net It always returns a standard font-family. This bug has already been reported on several websites, but as far as I know without a ...
1
vote
2answers
224 views
Load and use barcode font in TextBlock
Hey, I am trying to create a BarCode input box. On it a textblock is showing a preview of what the text input will look like in the specified Barcode type.
I have a bunch of .TTF files that are the ...
0
votes
1answer
245 views
Windows Forms: Can't get font resource to show properly
have added a TrueType font to my project resources ("MyFontResource"), and I've set the build action to "Resource." My intention is to replace the font on a Label object with this resource.
Here's ...