Re: Font Studio bitmap font generator supports CEGUI
Posted: Sun Feb 17, 2013 9:59 pm
I'd have gone for something like QT - seems that all the big boys are using it (eg. Source Film Maker) so it should be good, but UI in CEGUI is definitely an option provided it's got all the necessary support - Unicode textboxes, System browse-for-file dialogs? etc.
Abstracting away the Windows API calls is also probably the way I'd do it, but there are also complete custom font rendering solutions like FreeType: http://www.freetype.org/ - In fact FreeType sounds pretty damn cool as a uniform platform to get font metrics, draw characters and such.
Abstracting away the Windows API calls is also probably the way I'd do it, but there are also complete custom font rendering solutions like FreeType: http://www.freetype.org/ - In fact FreeType sounds pretty damn cool as a uniform platform to get font metrics, draw characters and such.