Search found 3 matches

by robotnoir
September 12th, 2015, 9:05 am
Forum: Everything
Topic: Font Sheet Builder. Character Sheet Builder.
Replies: 4
Views: 2644

Re: Font Sheet Builder. Character Sheet Builder.

As promised, here is Version1.1 of my Font Sheet Builder. Download this new ZIP file for the EXE, and the SourceCode, and a little PNG that explains everything. ========== NEW FEATURES ========== * Rewritten in C#.NET using VisStudio2012. * Error Handling! If something goes wrong, the app should no...
by robotnoir
September 1st, 2015, 11:42 pm
Forum: Everything
Topic: Font Sheet Builder. Character Sheet Builder.
Replies: 4
Views: 2644

Re: Font Sheet Builder. Character Sheet Builder.

Just curious what you do for the font rendering, DirectWrite/Direct2D, GDI+, other? I think I'm using GDI+ It's all done by creating a "Graphics" object based on your "Bitmap" object. The "Graphics" object includes many sweet functions that make it easy to draw 2D shapes and text. The "Graphics" ob...
by robotnoir
August 30th, 2015, 3:02 pm
Forum: Everything
Topic: Font Sheet Builder. Character Sheet Builder.
Replies: 4
Views: 2644

Font Sheet Builder. Character Sheet Builder.

Hi Chili. I just finished your Beginners C++ DirectX course. Cheers for that. It was great. During one of your videos, you mentioned that building CharacterSheets (or FontSheets, or whatever they are called) is a tedious task. Thus, I've whipped up this little app to do it for you. It's written in V...