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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.