Fonts: 3D Text
Called like so : imgPaintCanvas(Image3.Canvas, ‘0’, 10, 6, 4); [code lang=”delphi”]procedure TForm1.imgPaintCanvas(TheCanvas : TCanvas; TheString : String; TheFontSize, UCorner, LCorner : Integer); Begin…
Fonts: Anti-Aliasing Text
Of course it is slower than non-antialiased text. So it is important to optimize the routine. Here is some part of the routine…
Fonts: Antialiased Font
Chris, Thanks, tried this and works fine. Dave Parsons Simply Software To make the Canvas’s current font antialiased (remember it must be a…
Fonts: Rotate Font
> I was wondering if anyone knows how to draw curved or wavy text. >I’d like to be able to draw some text…
Forms: Create Elliptic Windows
[code lang=”delphi”]Var hR : THandle; begin hR := CreateEllipticRgn(20 ,30 ,300 ,200); SetWindowRgn(Handle,hR,True); [/code] [tags]Delphi, Graphic, Forms[/tags]
Forms: Save Form as Bitmap
Q: Here is what I would like to do: I am trying to create a dinamic wallpaper. My application would start everytime I…
Game coding
> I’m pretty new at delphi and programming in general, but I want to learn > more about game develloping, can someone please…
JPEG Errorcodes etc.
PEG JPG Errorcodes Fehlermeldungen Abfangen Trapping JPEG-Errorcodes: #36 : m:=m+’Output file write error — out of disk space?’; #51 = JERR_NO_QUANT_TABLE: Quantization table…
Streaming JPEG
(Stream Jpeg Jpg LoadFromStream SaveToStream) The same problem is with TIcon, for example. Here is a workaround (not very efficient, but it works)…
Jump&Run Game
I’m happy to hear that, keep on good work… ‘Alex Dominique Louis schrieb in Nachricht < 38137CFD.D5327571@teleline.es >… >Alexander Adam wrote: >> I…