opcon / QuickFont

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

Added ability to choose which character sets to use for QFont #7

Closed opcon closed 9 years ago

opcon commented 9 years ago

Added a CharacterSet flag enum, and a corresponding field in QFontBuilderConfiguration so that the user can choose a combination of character sets used for the font generation.

QFontBuilderConfiguration will still attempt to figure out the system's current character set and support that if no ovverides are specified.