124 double lineHeight()
const;
139 void setLineHeight(
double height );
151 double lineHeightPercentage()
const;
165 void setLineHeightPercentage(
double height );
176 void updateFontForFormat( QFont &font,
const QgsRenderContext &context,
double scaleFactor = 1.0 )
const;
180 double mLineHeight = std::numeric_limits< double >::quiet_NaN();
181 double mLineHeightPercentage = std::numeric_limits< double >::quiet_NaN();
183 bool mHasHorizontalAlignSet =
false;
Contains information about the context of a rendering operation.