Widget.fontWeight - multiple declarations
- Function Widget.fontWeight
- Function Widget.fontWeight
Function Widget.fontWeight
returns font
weight
Prototype
ushort fontWeight() @property const;
Function Widget.fontWeight
set font
weight
for widget - override one from style
Prototype
Widget fontWeight(
int weight
) @property;