This release fixes numerous bugs, and improves the performance dramatically.
I have increased performance by creating my own font rendering code which performs clipping, instead of using scissor rectangles with SpriteFont. It uses SpriteFont for the data by using reflection to get at the private fields.