|
QGIS API Documentation 3.99.0-Master (2fe06baccd8)
|
Container for all settings relating to text rendering. More...
#include <qgstextformat.h>
Classes | |
| class | Tab |
| Defines a tab position for a text format. More... | |
Public Member Functions | |
| QgsTextFormat () | |
| Default constructor for QgsTextFormat. | |
| QgsTextFormat (const QgsTextFormat &other) | |
| QgsTextFormat (QgsTextFormat &&other) | |
| ~QgsTextFormat () | |
| bool | allowHtmlFormatting () const |
Returns true if text should be treated as a HTML document and HTML tags should be used for formatting the rendered text. | |
| QString | asCSS (double pointToPixelMultiplier=1.0) const |
| Returns a CSS string representing the specified text format as closely as possible. | |
| QgsTextBackgroundSettings & | background () |
| Returns a reference to the text background settings. | |
| QgsTextBackgroundSettings | background () const |
| Returns a reference to the text background settings. | |
| QPainter::CompositionMode | blendMode () const |
| Returns the blending mode used for drawing the text. | |
| QgsTextBufferSettings & | buffer () |
| Returns a reference to the text buffer settings. | |
| QgsTextBufferSettings | buffer () const |
| Returns a reference to the text buffer settings. | |
| Qgis::Capitalization | capitalization () const |
| Returns the text capitalization style. | |
| QColor | color () const |
| Returns the color that text will be rendered in. | |
| bool | containsAdvancedEffects () const |
Returns true if any component of the font format requires advanced effects such as blend modes, which require output in raster formats to be fully respected. | |
| QgsPropertyCollection & | dataDefinedProperties () |
| Returns a reference to the format's property collection, used for data defined overrides. | |
| const QgsPropertyCollection & | dataDefinedProperties () const |
| Returns a reference to the format's property collection, used for data defined overrides. | |
| QStringList | families () const |
| Returns the list of font families to use when restoring the text format, in order of precedence. | |
| QFont | font () const |
| Returns the font used for rendering text. | |
| bool | fontFound () const |
Returns true if the specified font was found on the system, or false if the font was not found and a replacement was used instead. | |
| bool | forcedBold () const |
Returns true if the format is set to force a bold style. | |
| bool | forcedItalic () const |
Returns true if the format is set to force an italic style. | |
| bool | hasNonDefaultCompositionMode () const |
Returns true if any component of the font format requires a non-default composition mode. | |
| bool | isValid () const |
Returns true if the format is valid. | |
| double | lineHeight () const |
| Returns the line height for text. | |
| Qgis::RenderUnit | lineHeightUnit () const |
| Returns the units for the line height for text. | |
| QgsTextMaskSettings & | mask () |
| Returns a reference to the masking settings. | |
| QgsTextMaskSettings | mask () const |
| Returns a reference to the masking settings. | |
| void | multiplyOpacity (double opacityFactor) |
| Multiply opacity by opacityFactor. | |
| QString | namedStyle () const |
| Returns the named style for the font used for rendering text (e.g., "bold"). | |
| double | opacity () const |
| Returns the text's opacity. | |
| bool | operator!= (const QgsTextFormat &other) const |
| QgsTextFormat & | operator= (const QgsTextFormat &other) |
| QgsTextFormat & | operator= (QgsTextFormat &&other) |
| bool | operator== (const QgsTextFormat &other) const |
| Qgis::TextOrientation | orientation () const |
| Returns the orientation of the text. | |
| QColor | previewBackgroundColor () const |
| Returns the background color for text previews. | |
| void | readFromLayer (QgsVectorLayer *layer) |
| Reads settings from a layer's custom properties (for QGIS 2.x projects). | |
| void | readXml (const QDomElement &elem, const QgsReadWriteContext &context) |
| Read settings from a DOM element. | |
| QSet< QString > | referencedFields (const QgsRenderContext &context) const |
| Returns all field names referenced by the configuration (e.g. | |
| QString | resolvedFontFamily () const |
| Returns the family for the resolved font, ie if the specified font was not found on the system this will return the name of the replacement font. | |
| QFont | scaledFont (const QgsRenderContext &context, double scaleFactor=1.0, bool *isZeroSize=nullptr) const |
| Returns a font with the size scaled to match the format's size settings (including units and map unit scale) for a specified render context. | |
| void | setAllowHtmlFormatting (bool allow) |
| Sets whether text should be treated as a HTML document and HTML tags should be used for formatting the rendered text. | |
| void | setBackground (const QgsTextBackgroundSettings &backgroundSettings) |
| Sets the text's background settings.q. | |
| void | setBlendMode (QPainter::CompositionMode mode) |
| Sets the blending mode used for drawing the text. | |
| void | setBuffer (const QgsTextBufferSettings &bufferSettings) |
| Sets the text's buffer settings. | |
| void | setCapitalization (Qgis::Capitalization capitalization) |
| Sets the text capitalization style. | |
| void | setColor (const QColor &color) |
| Sets the color that text will be rendered in. | |
| void | setDataDefinedProperties (const QgsPropertyCollection &collection) |
| Sets the format's property collection, used for data defined overrides. | |
| void | setFamilies (const QStringList &families) |
| Sets a list of font families to use for the text format, in order of precedence. | |
| void | setFont (const QFont &font) |
| Sets the font used for rendering text. | |
| void | setForcedBold (bool forced) |
| Sets whether the format is set to force a bold style. | |
| void | setForcedItalic (bool forced) |
| Sets whether the format is set to force an italic style. | |
| void | setLineHeight (double height) |
| Sets the line height for text. | |
| void | setLineHeightUnit (Qgis::RenderUnit unit) |
| Sets the unit for the line height for text. | |
| void | setMask (const QgsTextMaskSettings &maskSettings) |
| Sets the text's masking settings. | |
| void | setNamedStyle (const QString &style) |
| Sets the named style for the font used for rendering text. | |
| void | setOpacity (double opacity) |
| Sets the text's opacity. | |
| void | setOrientation (Qgis::TextOrientation orientation) |
| Sets the orientation for the text. | |
| void | setPreviewBackgroundColor (const QColor &color) |
| Sets the background color that text will be rendered on for previews. | |
| void | setShadow (const QgsTextShadowSettings &shadowSettings) |
| Sets the text's drop shadow settings. | |
| void | setSize (double size) |
| Sets the size for rendered text. | |
| void | setSizeMapUnitScale (const QgsMapUnitScale &scale) |
| Sets the map unit scale object for the size. | |
| void | setSizeUnit (Qgis::RenderUnit unit) |
| Sets the units for the size of rendered text. | |
| void | setStretchFactor (int factor) |
| Sets the text's stretch factor. | |
| void | setTabPositions (const QList< QgsTextFormat::Tab > &positions) |
| Sets the list of tab positions for tab stops. | |
| void | setTabStopDistance (double distance) |
| Sets the distance for tab stops. | |
| void | setTabStopDistanceMapUnitScale (const QgsMapUnitScale &scale) |
| Sets the map unit scale object for the tab stop distance. | |
| void | setTabStopDistanceUnit (Qgis::RenderUnit unit) |
| Sets the unit used for the tab stop distance. | |
| void | setValid () |
| Sets the format to a valid state, without changing any of the default format settings. | |
| QgsTextShadowSettings & | shadow () |
| Returns a reference to the text drop shadow settings. | |
| QgsTextShadowSettings | shadow () const |
| Returns a reference to the text drop shadow settings. | |
| double | size () const |
| Returns the size for rendered text. | |
| QgsMapUnitScale | sizeMapUnitScale () const |
| Returns the map unit scale object for the size. | |
| Qgis::RenderUnit | sizeUnit () const |
| Returns the units for the size of rendered text. | |
| int | stretchFactor () const |
| Returns the text's stretch factor. | |
| QList< QgsTextFormat::Tab > | tabPositions () const |
| Returns the list of tab positions for tab stops. | |
| double | tabStopDistance () const |
| Returns the distance for tab stops. | |
| QgsMapUnitScale | tabStopDistanceMapUnitScale () const |
| Returns the map unit scale object for the tab stop distance. | |
| Qgis::RenderUnit | tabStopDistanceUnit () const |
| Returns the units for the tab stop distance. | |
| QMimeData * | toMimeData () const |
| Returns new mime data representing the text format settings. | |
| QFont | toQFont () const |
| Returns a QFont matching the relevant settings from this text format. | |
| void | updateDataDefinedProperties (QgsRenderContext &context) |
| Updates the format by evaluating current values of data defined properties. | |
| QDomElement | writeXml (QDomDocument &doc, const QgsReadWriteContext &context) const |
| Write settings into a DOM element. | |
Static Public Member Functions | |
| static QgsTextFormat | fromMimeData (const QMimeData *data, bool *ok=nullptr) |
| Attempts to parse the provided mime data as a QgsTextFormat. | |
| static QgsTextFormat | fromQFont (const QFont &font) |
| Returns a text format matching the settings from an input font. | |
| static QPixmap | textFormatPreviewPixmap (const QgsTextFormat &format, QSize size, const QString &previewText=QString(), int padding=0, const QgsScreenProperties &screen=QgsScreenProperties()) |
| Returns a pixmap preview for a text format. | |
Container for all settings relating to text rendering.
Definition at line 40 of file qgstextformat.h.
| QgsTextFormat::QgsTextFormat | ( | ) |
Default constructor for QgsTextFormat.
Creates a text format initially set to an invalid state (see isValid()).
Definition at line 37 of file qgstextformat.cpp.
| QgsTextFormat::QgsTextFormat | ( | const QgsTextFormat & | other | ) |
Definition at line 42 of file qgstextformat.cpp.
| QgsTextFormat::QgsTextFormat | ( | QgsTextFormat && | other | ) |
Definition at line 56 of file qgstextformat.cpp.
| QgsTextFormat::~QgsTextFormat | ( | ) |
Definition at line 100 of file qgstextformat.cpp.
| bool QgsTextFormat::allowHtmlFormatting | ( | ) | const |
Returns true if text should be treated as a HTML document and HTML tags should be used for formatting the rendered text.
Definition at line 491 of file qgstextformat.cpp.
| QString QgsTextFormat::asCSS | ( | double | pointToPixelMultiplier = 1.0 | ) | const |
Returns a CSS string representing the specified text format as closely as possible.
| pointToPixelMultiplier | scaling factor to apply to convert point sizes to pixel font sizes. The CSS returned by this function will always use pixels for font sizes, so this parameter should be set to a suitable value to convert point sizes to pixels (e.g., taking into account destination DPI) |
Definition at line 1406 of file qgstextformat.cpp.
| QgsTextBackgroundSettings & QgsTextFormat::background | ( | ) |
Returns a reference to the text background settings.
Definition at line 166 of file qgstextformat.cpp.
|
inline |
Returns a reference to the text background settings.
Definition at line 112 of file qgstextformat.h.
| QPainter::CompositionMode QgsTextFormat::blendMode | ( | ) | const |
Returns the blending mode used for drawing the text.
Definition at line 384 of file qgstextformat.cpp.
| QgsTextBufferSettings & QgsTextFormat::buffer | ( | ) |
Returns a reference to the text buffer settings.
Definition at line 154 of file qgstextformat.cpp.
|
inline |
Returns a reference to the text buffer settings.
Definition at line 93 of file qgstextformat.h.
| Qgis::Capitalization QgsTextFormat::capitalization | ( | ) | const |
Returns the text capitalization style.
Definition at line 472 of file qgstextformat.cpp.
| QColor QgsTextFormat::color | ( | ) | const |
Returns the color that text will be rendered in.
Definition at line 340 of file qgstextformat.cpp.
| bool QgsTextFormat::containsAdvancedEffects | ( | ) | const |
Returns true if any component of the font format requires advanced effects such as blend modes, which require output in raster formats to be fully respected.
Definition at line 975 of file qgstextformat.cpp.
| QgsPropertyCollection & QgsTextFormat::dataDefinedProperties | ( | ) |
Returns a reference to the format's property collection, used for data defined overrides.
Definition at line 1015 of file qgstextformat.cpp.
| const QgsPropertyCollection & QgsTextFormat::dataDefinedProperties | ( | ) | const |
Returns a reference to the format's property collection, used for data defined overrides.
Definition at line 1021 of file qgstextformat.cpp.
| QStringList QgsTextFormat::families | ( | ) | const |
Returns the list of font families to use when restoring the text format, in order of precedence.
Definition at line 296 of file qgstextformat.cpp.
| QFont QgsTextFormat::font | ( | ) | const |
Returns the font used for rendering text.
Note that the size of the font is not used, and size() should be called instead to determine the size of rendered text.
Definition at line 202 of file qgstextformat.cpp.
|
inline |
Returns true if the specified font was found on the system, or false if the font was not found and a replacement was used instead.
Definition at line 760 of file qgstextformat.h.
| bool QgsTextFormat::forcedBold | ( | ) | const |
Returns true if the format is set to force a bold style.
Definition at line 272 of file qgstextformat.cpp.
| bool QgsTextFormat::forcedItalic | ( | ) | const |
Returns true if the format is set to force an italic style.
Definition at line 284 of file qgstextformat.cpp.
|
static |
Attempts to parse the provided mime data as a QgsTextFormat.
If data can be parsed as a text format, ok will be set to true.
Definition at line 947 of file qgstextformat.cpp.
|
static |
Returns a text format matching the settings from an input font.
Unlike setFont(), this method also handles the size and size units from font.
Definition at line 898 of file qgstextformat.cpp.
| bool QgsTextFormat::hasNonDefaultCompositionMode | ( | ) | const |
Returns true if any component of the font format requires a non-default composition mode.
The default composition mode is QPainter::CompositionMode_SourceOver.
Definition at line 992 of file qgstextformat.cpp.
| bool QgsTextFormat::isValid | ( | ) | const |
Returns true if the format is valid.
A default constructed QgsTextFormat is invalid, until at least one or more properties have been set on the format. An invalid state can be used as a representation of a "not set" text format, e.g. for indicating that a default text format should be used.
Definition at line 144 of file qgstextformat.cpp.
| double QgsTextFormat::lineHeight | ( | ) | const |
Returns the line height for text.
If lineHeightUnit() is QgsUnitTypes::RenderPercentage (the default), then this is a number representing the leading between lines as a multiplier of line height (where 0 - 1.0 represents 0 to 100% of text line height). Otherwise the line height is an absolute measurement in lineHeightUnit().
Definition at line 395 of file qgstextformat.cpp.
| Qgis::RenderUnit QgsTextFormat::lineHeightUnit | ( | ) | const |
Returns the units for the line height for text.
Definition at line 406 of file qgstextformat.cpp.
| QgsTextMaskSettings & QgsTextFormat::mask | ( | ) |
Returns a reference to the masking settings.
Definition at line 190 of file qgstextformat.cpp.
|
inline |
Returns a reference to the masking settings.
Masks may be defined in contexts where the text is rendered over some map layers, for labeling especially.
Definition at line 152 of file qgstextformat.h.
| void QgsTextFormat::multiplyOpacity | ( | double | opacityFactor | ) |
Multiply opacity by opacityFactor.
This method multiplies the opacity of all the labeling elements (text, shadow, buffer etc.) by opacityFactor effectively changing the opacity of the whole labeling.
Definition at line 356 of file qgstextformat.cpp.
| QString QgsTextFormat::namedStyle | ( | ) | const |
Returns the named style for the font used for rendering text (e.g., "bold").
Definition at line 256 of file qgstextformat.cpp.
| double QgsTextFormat::opacity | ( | ) | const |
Returns the text's opacity.
The opacity is a double value between 0 (fully transparent) and 1 (totally opaque).
Definition at line 351 of file qgstextformat.cpp.
| bool QgsTextFormat::operator!= | ( | const QgsTextFormat & | other | ) | const |
Definition at line 139 of file qgstextformat.cpp.
| QgsTextFormat & QgsTextFormat::operator= | ( | const QgsTextFormat & | other | ) |
Definition at line 68 of file qgstextformat.cpp.
| QgsTextFormat & QgsTextFormat::operator= | ( | QgsTextFormat && | other | ) |
Definition at line 85 of file qgstextformat.cpp.
| bool QgsTextFormat::operator== | ( | const QgsTextFormat & | other | ) | const |
Definition at line 105 of file qgstextformat.cpp.
| Qgis::TextOrientation QgsTextFormat::orientation | ( | ) | const |
Returns the orientation of the text.
Definition at line 461 of file qgstextformat.cpp.
| QColor QgsTextFormat::previewBackgroundColor | ( | ) | const |
Returns the background color for text previews.
Definition at line 502 of file qgstextformat.cpp.
| void QgsTextFormat::readFromLayer | ( | QgsVectorLayer * | layer | ) |
Reads settings from a layer's custom properties (for QGIS 2.x projects).
| layer | source vector layer |
Definition at line 513 of file qgstextformat.cpp.
| void QgsTextFormat::readXml | ( | const QDomElement & | elem, |
| const QgsReadWriteContext & | context ) |
Read settings from a DOM element.
Definition at line 598 of file qgstextformat.cpp.
| QSet< QString > QgsTextFormat::referencedFields | ( | const QgsRenderContext & | context | ) | const |
Returns all field names referenced by the configuration (e.g.
from data defined properties).
Definition at line 1026 of file qgstextformat.cpp.
|
inline |
Returns the family for the resolved font, ie if the specified font was not found on the system this will return the name of the replacement font.
Definition at line 768 of file qgstextformat.h.
| QFont QgsTextFormat::scaledFont | ( | const QgsRenderContext & | context, |
| double | scaleFactor = 1.0, | ||
| bool * | isZeroSize = nullptr ) const |
Returns a font with the size scaled to match the format's size settings (including units and map unit scale) for a specified render context.
| context | destination render context |
| scaleFactor | optional font size scaling factor. It is recommended to set this to QgsTextRenderer::calculateScaleFactorForFormat() and then manually scale painter devices or calculations based on the resultant font metrics. Failure to do so will result in poor quality text rendering at small font sizes. |
| isZeroSize | will be set to true if the font is scaled down to a near 0 size, and nothing should be rendered. Not available in Python bindings. |
Definition at line 207 of file qgstextformat.cpp.
| void QgsTextFormat::setAllowHtmlFormatting | ( | bool | allow | ) |
Sets whether text should be treated as a HTML document and HTML tags should be used for formatting the rendered text.
Definition at line 496 of file qgstextformat.cpp.
| void QgsTextFormat::setBackground | ( | const QgsTextBackgroundSettings & | backgroundSettings | ) |
Sets the text's background settings.q.
| backgroundSettings | background settings |
Definition at line 172 of file qgstextformat.cpp.
| void QgsTextFormat::setBlendMode | ( | QPainter::CompositionMode | mode | ) |
Sets the blending mode used for drawing the text.
| mode | blending mode |
Definition at line 389 of file qgstextformat.cpp.
| void QgsTextFormat::setBuffer | ( | const QgsTextBufferSettings & | bufferSettings | ) |
Sets the text's buffer settings.
| bufferSettings | buffer settings |
Definition at line 160 of file qgstextformat.cpp.
| void QgsTextFormat::setCapitalization | ( | Qgis::Capitalization | capitalization | ) |
Sets the text capitalization style.
Definition at line 480 of file qgstextformat.cpp.
| void QgsTextFormat::setColor | ( | const QColor & | color | ) |
Sets the color that text will be rendered in.
| color | text color |
Definition at line 345 of file qgstextformat.cpp.
| void QgsTextFormat::setDataDefinedProperties | ( | const QgsPropertyCollection & | collection | ) |
Sets the format's property collection, used for data defined overrides.
| collection | property collection. Existing properties will be replaced. |
Definition at line 1036 of file qgstextformat.cpp.
| void QgsTextFormat::setFamilies | ( | const QStringList & | families | ) |
Sets a list of font families to use for the text format, in order of precedence.
When restoring serialized versions of the text format then the first matching font family from this list will be used for the text format. This provides a way to specify a list of possible font families which are used as fallbacks if a family isn't available on a particular QGIS install (CSS style).
Definition at line 301 of file qgstextformat.cpp.
| void QgsTextFormat::setFont | ( | const QFont & | font | ) |
Sets the font used for rendering text.
Note that the size of the font is not used, and setSize() should be called instead to explicitly set the size of rendered text.
| font | desired font |
Definition at line 249 of file qgstextformat.cpp.
| void QgsTextFormat::setForcedBold | ( | bool | forced | ) |
Sets whether the format is set to force a bold style.
Definition at line 277 of file qgstextformat.cpp.
| void QgsTextFormat::setForcedItalic | ( | bool | forced | ) |
Sets whether the format is set to force an italic style.
Definition at line 289 of file qgstextformat.cpp.
| void QgsTextFormat::setLineHeight | ( | double | height | ) |
Sets the line height for text.
If lineHeightUnit() is QgsUnitTypes::RenderPercentage (the default), then height is a number representing the leading between lines as a multiplier of line height (where 0 - 1.0 represents 0 to 100% of text line height). Otherwise height is an absolute measurement in lineHeightUnit().
Definition at line 400 of file qgstextformat.cpp.
| void QgsTextFormat::setLineHeightUnit | ( | Qgis::RenderUnit | unit | ) |
Sets the unit for the line height for text.
Definition at line 411 of file qgstextformat.cpp.
| void QgsTextFormat::setMask | ( | const QgsTextMaskSettings & | maskSettings | ) |
Sets the text's masking settings.
Masks may be defined in contexts where the text is rendered over some map layers, for labeling especially.
| maskSettings | mask settings |
Definition at line 196 of file qgstextformat.cpp.
| void QgsTextFormat::setNamedStyle | ( | const QString & | style | ) |
Sets the named style for the font used for rendering text.
| style | named style, e.g., "bold" |
Definition at line 265 of file qgstextformat.cpp.
| void QgsTextFormat::setOpacity | ( | double | opacity | ) |
Sets the text's opacity.
| opacity | opacity as a double value between 0 (fully transparent) and 1 (totally opaque) |
Definition at line 367 of file qgstextformat.cpp.
| void QgsTextFormat::setOrientation | ( | Qgis::TextOrientation | orientation | ) |
Sets the orientation for the text.
Definition at line 466 of file qgstextformat.cpp.
| void QgsTextFormat::setPreviewBackgroundColor | ( | const QColor & | color | ) |
Sets the background color that text will be rendered on for previews.
Definition at line 507 of file qgstextformat.cpp.
| void QgsTextFormat::setShadow | ( | const QgsTextShadowSettings & | shadowSettings | ) |
Sets the text's drop shadow settings.
| shadowSettings | shadow settings |
Definition at line 184 of file qgstextformat.cpp.
| void QgsTextFormat::setSize | ( | double | size | ) |
Sets the size for rendered text.
| size | size of rendered text. Units are set using setSizeUnit() |
Definition at line 334 of file qgstextformat.cpp.
| void QgsTextFormat::setSizeMapUnitScale | ( | const QgsMapUnitScale & | scale | ) |
Sets the map unit scale object for the size.
This is only used if the sizeUnit() is set to QgsUnitTypes::RenderMapUnit.
Definition at line 323 of file qgstextformat.cpp.
| void QgsTextFormat::setSizeUnit | ( | Qgis::RenderUnit | unit | ) |
Sets the units for the size of rendered text.
| unit | size units |
Definition at line 312 of file qgstextformat.cpp.
| void QgsTextFormat::setStretchFactor | ( | int | factor | ) |
Sets the text's stretch factor.
The stretch factor matches a condensed or expanded version of the font or applies a stretch transform that changes the width of all characters in the font by factor percent.
For example, setting factor to 150 results in all characters in the font being 1.5 times (ie. 150%) wider. The minimum stretch factor is 1, and the maximum stretch factor is 4000.
Definition at line 378 of file qgstextformat.cpp.
| void QgsTextFormat::setTabPositions | ( | const QList< QgsTextFormat::Tab > & | positions | ) |
Sets the list of tab positions for tab stops.
The units are specified using setTabStopDistanceUnit().
Definition at line 433 of file qgstextformat.cpp.
| void QgsTextFormat::setTabStopDistance | ( | double | distance | ) |
Sets the distance for tab stops.
The units are specified using setTabStopDistanceUnit().
Definition at line 422 of file qgstextformat.cpp.
| void QgsTextFormat::setTabStopDistanceMapUnitScale | ( | const QgsMapUnitScale & | scale | ) |
Sets the map unit scale object for the tab stop distance.
This is only used if the tab stop distance is set to Qgis::RenderUnit::MapUnits.
Definition at line 455 of file qgstextformat.cpp.
| void QgsTextFormat::setTabStopDistanceUnit | ( | Qgis::RenderUnit | unit | ) |
Sets the unit used for the tab stop distance.
Definition at line 444 of file qgstextformat.cpp.
| void QgsTextFormat::setValid | ( | ) |
Sets the format to a valid state, without changing any of the default format settings.
Definition at line 149 of file qgstextformat.cpp.
| QgsTextShadowSettings & QgsTextFormat::shadow | ( | ) |
Returns a reference to the text drop shadow settings.
Definition at line 178 of file qgstextformat.cpp.
|
inline |
Returns a reference to the text drop shadow settings.
Definition at line 131 of file qgstextformat.h.
| double QgsTextFormat::size | ( | ) | const |
Returns the size for rendered text.
Units are retrieved using sizeUnit().
Definition at line 329 of file qgstextformat.cpp.
| QgsMapUnitScale QgsTextFormat::sizeMapUnitScale | ( | ) | const |
Returns the map unit scale object for the size.
This is only used if the sizeUnit() is set to QgsUnitTypes::RenderMapUnit.
Definition at line 318 of file qgstextformat.cpp.
| Qgis::RenderUnit QgsTextFormat::sizeUnit | ( | ) | const |
Returns the units for the size of rendered text.
Definition at line 307 of file qgstextformat.cpp.
| int QgsTextFormat::stretchFactor | ( | ) | const |
Returns the text's stretch factor.
The stretch factor matches a condensed or expanded version of the font or applies a stretch transform that changes the width of all characters in the font by factor percent.
For example, a factor of 150 results in all characters in the font being 1.5 times (ie. 150%) wider. The minimum stretch factor is 1, and the maximum stretch factor is 4000.
Definition at line 373 of file qgstextformat.cpp.
| QList< QgsTextFormat::Tab > QgsTextFormat::tabPositions | ( | ) | const |
Returns the list of tab positions for tab stops.
The units are specified using tabStopDistanceUnit().
Definition at line 428 of file qgstextformat.cpp.
| double QgsTextFormat::tabStopDistance | ( | ) | const |
Returns the distance for tab stops.
Definition at line 417 of file qgstextformat.cpp.
| QgsMapUnitScale QgsTextFormat::tabStopDistanceMapUnitScale | ( | ) | const |
Returns the map unit scale object for the tab stop distance.
This is only used if the tab stop distance is set to Qgis::RenderUnit::MapUnits.
Definition at line 450 of file qgstextformat.cpp.
| Qgis::RenderUnit QgsTextFormat::tabStopDistanceUnit | ( | ) | const |
Returns the units for the tab stop distance.
Definition at line 439 of file qgstextformat.cpp.
|
static |
Returns a pixmap preview for a text format.
| format | text format |
| size | target pixmap size |
| previewText | text to render in preview, or empty for default text |
| padding | space between icon edge and color ramp |
| screen | can be used to specify the destination screen properties for the icon. This allows the icon to be generated using the correct DPI and device pixel ratio for the target screen (since QGIS 3.32) |
Definition at line 1284 of file qgstextformat.cpp.
| QMimeData * QgsTextFormat::toMimeData | ( | ) | const |
Returns new mime data representing the text format settings.
Caller takes responsibility for deleting the returned object.
Definition at line 882 of file qgstextformat.cpp.
| QFont QgsTextFormat::toQFont | ( | ) | const |
Returns a QFont matching the relevant settings from this text format.
Unlike font(), this method also handles the size and size units from the text format.
Definition at line 916 of file qgstextformat.cpp.
| void QgsTextFormat::updateDataDefinedProperties | ( | QgsRenderContext & | context | ) |
Updates the format by evaluating current values of data defined properties.
Definition at line 1042 of file qgstextformat.cpp.
| QDomElement QgsTextFormat::writeXml | ( | QDomDocument & | doc, |
| const QgsReadWriteContext & | context ) const |
Write settings into a DOM element.
Definition at line 811 of file qgstextformat.cpp.