125 double lineHeight()
const;
140 void setLineHeight(
double height );
152 double lineHeightPercentage()
const;
166 void setLineHeightPercentage(
double height );
193 void updateFontForFormat( QFont &font,
const QgsRenderContext &context,
double scaleFactor = 1.0 )
const;
197 double mLineHeight = std::numeric_limits< double >::quiet_NaN();
198 double mLineHeightPercentage = std::numeric_limits< double >::quiet_NaN();
200 bool mHasHorizontalAlignSet =
false;
203 QgsMargins mMargins { std::numeric_limits< double >::quiet_NaN(), std::numeric_limits< double >::quiet_NaN(), std::numeric_limits< double >::quiet_NaN(), std::numeric_limits< double >::quiet_NaN() };
Contains information about the context of a rendering operation.