PixelSizeAdjustments.TextScaleFactor Property
Gets or sets a scale factor applied when rendering texts.
Syntax
public System.Double TextScaleFactor { get; set; }
Property Value
Default: 1.0
A scale factor applied when rendering texts.
Remarks
This property will affect text rendering performed by the drawable. When the drawable loads a font, and the font size is specified in pixels, the value of this property will be multiplied to the requested size.
However, texts embedded for instance in SVG symbols will not use this property. Instead the entire symbol, including texts, will be scaled uniformly with the SymbolScaleFactor scale factor.
Platforms
Windows, Linux, Android