FontFamilyMap.Scale Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.