58 if ( fontHasBeenUpdatedForFragment )
60 const QFontMetricsF fm( font );
61 return fm.horizontalAdvance( mText );
65 QFont updatedFont = font;
66 mCharFormat.updateFontForFormat( updatedFont, context, scaleFactor );
67 const QFontMetricsF fm( updatedFont );
68 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.