December 2010
2 posts
1 tag
NUnrar 0.7.4
Made a new bugfix release after having been told about a stupid mistake I made.  Namely, I was wrapping a stream with another and forgot to override Dispose to dispose the wrapped stream. NUnrar 0.7.4 Enjoy. Posted via email from Adam Hathcock’s Life in Software | Comment »
Dec 31st
3 tags
Silverlight 4 font woes
This may or may not be a specific RichTextBox problem so I’m going to treat it like it is not. The situation is that I’m displaying a document with text that can specify any font that it desires.  Of course, you cannot display text in a font that isn’t installed.  Silverlight 4 does not give any kind of font list by font name. Wait! Fonts.SystemFontFaces will give you a list...
Dec 20th