Hi,
  Im trying to migrate a high integrated to windows delphi librayr to 
lazarus.
  The library calls to many windows api functions for graphics. Theres 
any reference of equivalence between that functions in windows api and 
the part side of lazarus for linux?

Examples:

Windows.ExtTextOutW(Canvas.Handle, X, Y, 0, nil,
      PWideChar(Text), Length(Text), nil);

DrawTextW(Canvas.Handle, PWideChar(Text), Length(Text), ARect, Flags);

being back a TBitmap

back.Canvas.CopyRect(Rect(0, 0, Bitmap.Width, Bitmap.Height), Canvas, 
Rect(X, Y, X + Bitmap.Width, Y + Bitmap.Height));

TIA

Donald

_______________________________________________
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to