On Tue, 10 Oct 2017, Larry Dalton via Lazarus wrote:

I need a function to get pixels per inch in a Linux application.

In an LCL graphical application ? You mean DPI ?

Take your pick:

  TForm.PixelsPerInch
  Monitor.PixelsPerInch
  Screen.PixelsPerInch

Michael.
--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus
  • [Lazarus] Pixels Larry Dalton via Lazarus
    • Re: [Lazarus] Pixels Michael Van Canneyt via Lazarus

Reply via email to