Version

Scaling Property (FontCharacterSpacing)

Returns or sets a value indicating the horizontal scaling percentage for the associated font.
Syntax
'Declaration
 
Public Property Scaling As Nullable(Of Integer)
public Nullable<int> Scaling {get; set;}
Remarks

The value assigned to this property must be between the range of 1 and 600, inclusive.

This property represents the percentage of scaling, with a value of 100 representing the default scaling for the font. Values less than 100 cause the font to be horizontally compressed; Values greater than 100 cause the font to be horizontally elongated.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also