logicalPxScale()
Sets the logical pixel scale factor.
logicalPxScale(scale: number, narrowScale?: number): this;
Parameters
- scale — The scale factor; defaults to 1.
- narrowScale — The scale factor for narrow screens; defaults to 16/14.
Return value
The theme itself, for method chaining.
Related
class WebTheme
A class that represents a complete visual theme configuration.
