RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFont.PixelsPerInch Property

Indicates the conversion factor between logical inches and the pixels of the device (printer or screen) using the font.

Pascal
property PixelsPerInch: Integer;
C++
__property int PixelsPerInch;

PixelsPerInch is used to ensure that when a font is copied from the form's canvas to the printer, the font is the same size in points. The PixelsPerInch property affects printer fonts only and should not be modified.  

To modify the size of a font, use the Size or Height properties. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!