opcon / QuickFont

A Modern OpenGL Font Rendering Library for OpenTK
https://github.com/opcon/QuickFont
MIT License
83 stars 25 forks source link

Several Improvements #8

Closed opcon closed 9 years ago

opcon commented 9 years ago

The font building mechanism will now search for a font in the installed system font collection if it can't be found as a file. The property LastSize is exposed in QFontDrawingPrimitive, which caches the last printed/measured string size. Add a check to ensure that each character in the character set used by the builder is unique. Added support for cpu scissor testing via clipping rectangles. This was needed to easily support GUI systems built using QuickFont, specifically Gwen.NET (see https://github.com/opcon/gwen-nolegacy-opentk-renderer/issues/1).