Verfasst: 01.06.2006 23:27
				
				Ok hab sie Gefunden 
also zB. Arial, Times new Roman ect.
ok funktioniert jetzt
Ok Danke für alles   [/code]
 [/code]
			also zB. Arial, Times new Roman ect.
ok funktioniert jetzt
Code: Alles auswählen
LoadFont(1,"Arial",20) 
StartDrawing(ScreenOutput()) 
      DrawingMode(1) 
      FrontColor(255, 0, 0) 
      DrawingFont(UseFont(1)) 
      Locate (300,300) 
      DrawText ("Beispiel") 
 StopDrawing() 
 [/code]
 [/code] 
 