Click here to Skip to main content
15,906,558 members
Home / Discussions / C#
   

C#

 
GeneralRe: ShutDown Computer Pin
Colin Angus Mackay29-Jun-04 3:18
Colin Angus Mackay29-Jun-04 3:18 
GeneralRe: ShutDown Computer Pin
Dave Kreskowiak29-Jun-04 3:51
mveDave Kreskowiak29-Jun-04 3:51 
GeneralRe: ShutDown Computer Pin
Heath Stewart29-Jun-04 4:05
protectorHeath Stewart29-Jun-04 4:05 
GeneralRe: ShutDown Computer Pin
Dave Kreskowiak29-Jun-04 5:47
mveDave Kreskowiak29-Jun-04 5:47 
GeneralRe: ShutDown Computer Pin
Heath Stewart29-Jun-04 6:09
protectorHeath Stewart29-Jun-04 6:09 
GeneralRe: ShutDown Computer Pin
Dave Kreskowiak29-Jun-04 8:28
mveDave Kreskowiak29-Jun-04 8:28 
QuestionHow to use Raster/Bitmap Fonts ... ? Pin
nbjahan28-Jun-04 13:55
nbjahan28-Jun-04 13:55 
AnswerRe: How to use Raster/Bitmap Fonts ... ? Pin
Karl 200029-Jun-04 3:54
Karl 200029-Jun-04 3:54 
Hi,
If you have a bitmap containing a bitmap font you can load that bitmap and when you want to write the letter 'a' you would draw that portion of the bitmap that has the 'a' on it. The portion draw is called a frame. Your bitmap would consist of a frame for each of the 26 letters and whatever punctuation you desire.

In the article "Invasion - A computer game using DirectDraw" By Mauricio Ritter found at http://www.codeproject.com/directx/invasion.asp. This approach is taken.

He does this using DirectDraw, but the same approach can be taken with GDI+.

You can implement your own raster font as well, but that would be much more work.




Karl Baum
CEO of KGB Technologies
Specializing in custom software development.
GeneralExporting toCSV Pin
Member 120485128-Jun-04 12:03
Member 120485128-Jun-04 12:03 
GeneralRe: Exporting toCSV Pin
Dave Kreskowiak29-Jun-04 3:43
mveDave Kreskowiak29-Jun-04 3:43 
GeneralRe: Exporting toCSV Pin
Member 120485129-Jun-04 10:50
Member 120485129-Jun-04 10:50 
GeneralRe: Exporting toCSV Pin
Heath Stewart29-Jun-04 3:58
protectorHeath Stewart29-Jun-04 3:58 
GeneralRe: Exporting toCSV Pin
Member 120485129-Jun-04 10:53
Member 120485129-Jun-04 10:53 
GeneralRe: Exporting toCSV Pin
Heath Stewart29-Jun-04 11:10
protectorHeath Stewart29-Jun-04 11:10 
GeneralExceptional Exceptions Pin
inyoursadachine28-Jun-04 11:56
inyoursadachine28-Jun-04 11:56 
GeneralRe: Exceptional Exceptions Pin
Dave Kreskowiak29-Jun-04 3:36
mveDave Kreskowiak29-Jun-04 3:36 
GeneralRe: Exceptional Exceptions Pin
inyoursadachine29-Jun-04 5:56
inyoursadachine29-Jun-04 5:56 
GeneralRe: Exceptional Exceptions Pin
Dave Kreskowiak29-Jun-04 15:44
mveDave Kreskowiak29-Jun-04 15:44 
GeneralExecuting other applications inside another Pin
Anonymous28-Jun-04 9:12
Anonymous28-Jun-04 9:12 
GeneralRe: Executing other applications inside another Pin
Heath Stewart28-Jun-04 9:36
protectorHeath Stewart28-Jun-04 9:36 
GeneralRe: Executing other applications inside another Pin
Anonymous29-Jun-04 5:36
Anonymous29-Jun-04 5:36 
GeneralRe: Executing other applications inside another Pin
Heath Stewart29-Jun-04 5:42
protectorHeath Stewart29-Jun-04 5:42 
GeneralRe: Executing other applications inside another Pin
Anonymous29-Jun-04 6:26
Anonymous29-Jun-04 6:26 
GeneralRe: Executing other applications inside another Pin
Heath Stewart29-Jun-04 8:43
protectorHeath Stewart29-Jun-04 8:43 
GeneralRe: Executing other applications inside another Pin
Anonymous30-Jun-04 2:28
Anonymous30-Jun-04 2:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.