Computer Science Canada All Font Program |
Author: | copthesaint [ Sun Feb 15, 2009 3:25 pm ] | ||
Post subject: | All Font Program | ||
This 19 line attachment will let make using Font.Draw Alot Shorter. With this you won't have to name fonts, and Free them.
|
Author: | SNIPERDUDE [ Tue Feb 17, 2009 12:52 pm ] |
Post subject: | RE:All Font Program |
Why didn't I think of this? Good add. |
Author: | copthesaint [ Tue Feb 17, 2009 1:55 pm ] |
Post subject: | RE:All Font Program |
Thank you |
Author: | BigBear [ Wed Mar 04, 2009 3:17 pm ] |
Post subject: | RE:All Font Program |
so that 234 is that the amount of fonts you have on your computer? Should you use Font.GetName to determine how many fonts a given computer has. Or is 234 the max amount of fonts that turing supports? With Vista Home Premium I have 209 fonts. |
Author: | copthesaint [ Wed Mar 04, 2009 6:13 pm ] | ||||
Post subject: | Re: All Font Program | ||||
Here Is a WAY better version of it.
This is to load it:
There It is. The problem with the first program i that the fonts change with every computer so that isn't very good for a program. |
Author: | The_Bean [ Wed Mar 04, 2009 7:00 pm ] | ||
Post subject: | Re: All Font Program | ||
So all that is basically removing the need of making a new variable to hold the font, so wouldn't it be easier to:
|
Author: | copthesaint [ Wed Mar 04, 2009 7:27 pm ] |
Post subject: | RE:All Font Program |
Yea but at the same time I'm teaching myself classes and exporting/importing so I decided to do it that way so later I could add too it. (GUI) |
Author: | BigBear [ Fri May 01, 2009 7:34 pm ] |
Post subject: | RE:All Font Program |
http://compsci.ca/v3/viewtopic.php?t=17295&highlight= |