60 if ( fontHasBeenUpdatedForFragment )
62 const QFontMetricsF fm( font );
63 return fm.horizontalAdvance( mText );
67 QFont updatedFont = font;
68 mCharFormat.updateFontForFormat( updatedFont, context, scaleFactor );
69 const QFontMetricsF fm( updatedFont );
70 return fm.horizontalAdvance( mText );
Contains information about the context of a rendering operation.
void setText(const QString &text)
Sets the text content of the fragment.
QString text() const
Returns the text content of the fragment.
void setCharacterFormat(const QgsTextCharacterFormat &format)
Sets the character format for the fragment.
bool isImage() const
Returns true if the fragment represents an image.
double horizontalAdvance(const QFont &font, const QgsRenderContext &context, bool fontHasBeenUpdatedForFragment=false, double scaleFactor=1.0) const
Returns the horizontal advance associated with this fragment, when rendered using the specified base ...
QgsTextFragment(const QString &text=QString(), const QgsTextCharacterFormat &format=QgsTextCharacterFormat())
Constructor for QgsTextFragment, with the specified text and optional character format.
void applyCapitalization(Qgis::Capitalization capitalization)
Applies a capitalization style to the fragment's text.