@@ -83,17 +83,17 @@ Constructor for QgsDiagram.
83
83
Changes the pen width to match the current settings and rendering context
84
84
85
85
:param pen: The pen to modify
86
- :param s: The settings that specify the pen width
87
- :param c: The rendering specifying the proper scale units for pixel conversion
86
+ :param s: The settings that specify the pen width
87
+ :param c: The rendering specifying the proper scale units for pixel conversion
88
88
%End
89
89
90
90
QSizeF sizePainterUnits( QSizeF size, const QgsDiagramSettings &s, const QgsRenderContext &c );
91
91
%Docstring
92
92
Calculates a size to match the current settings and rendering context
93
93
94
94
:param size: The size to convert
95
- :param s: The settings that specify the size type
96
- :param c: The rendering specifying the proper scale units for pixel conversion
95
+ :param s: The settings that specify the size type
96
+ :param c: The rendering specifying the proper scale units for pixel conversion
97
97
98
98
:return: The converted size for rendering
99
99
%End
@@ -102,9 +102,9 @@ Calculates a size to match the current settings and rendering context
102
102
%Docstring
103
103
Calculates a length to match the current settings and rendering context
104
104
105
- :param l: The length to convert
106
- :param s: Unused
107
- :param c: The rendering specifying the proper scale units for pixel conversion
105
+ :param l: The length to convert
106
+ :param s: Unused
107
+ :param c: The rendering specifying the proper scale units for pixel conversion
108
108
109
109
:return: The converted length for rendering
110
110
%End
@@ -113,8 +113,8 @@ Calculates a length to match the current settings and rendering context
113
113
%Docstring
114
114
Calculates a size to match the current settings and rendering context
115
115
116
- :param s: The settings that contain the font size and size type
117
- :param c: The rendering specifying the proper scale units for pixel conversion
116
+ :param s: The settings that contain the font size and size type
117
+ :param c: The rendering specifying the proper scale units for pixel conversion
118
118
119
119
:return: The properly scaled font for rendering
120
120
%End
0 commit comments