 "effectiveFont"
"effectiveFont"
    
    The read-only property returns the current font of the widget.
Synopsis
getValue(string shape,"effectiveFont", string font);
shape.effectiveFont(string font);
Parameter
| Parameter | Description | 
|---|---|
| font | The effective font as string. | 
Description
The property allows you to read the font currently used by a widget. This property will differ from the set "font" property in case the panel is scaled/zoomed or a stylesheet is used.
Assignment
Widgets
