FontFamilyMap.Scale Property

Definition

Gets or sets the font scale factor for the target FontFamily.

public:
 property double Scale { double get(); void set(double value); };
public double Scale { get; set; }
member this.Scale : double with get, set
Public Property Scale As Double

Property Value

A Double value representing the scale factor. The default value is 1.0.

Examples

fontFamilyMap.Scale = 1.1;
fontFamilyMap.Scale = 1.1

Remarks

The Scale allows the target FontFamily size to be adjusted so that it better matches the size of other fonts used in the composite font family. The scale factor is relative to "em" units.

Applies to