| 
    QGIS API Documentation
    3.12.1-BucureČ™ti (121cc00ff0)
    
   | 
 
Utility functions for text rendering. More...
#include <qgstextrenderer.h>
Static Public Member Functions | |
| static QgsTextBackgroundSettings::RotationType | decodeBackgroundRotationType (const QString &string) | 
| Decodes a string representation of a background rotation type to a type.  More... | |
| static QgsTextBackgroundSettings::SizeType | decodeBackgroundSizeType (const QString &string) | 
| Decodes a string representation of a background size type to a type.  More... | |
| static QgsTextShadowSettings::ShadowPlacement | decodeShadowPlacementType (const QString &string) | 
| Decodes a string representation of a shadow placement type to a type.  More... | |
| static QgsTextBackgroundSettings::ShapeType | decodeShapeType (const QString &string) | 
| Decodes a string representation of a background shape type to a type.  More... | |
| static QgsTextFormat::TextOrientation | decodeTextOrientation (const QString &name, bool *ok=nullptr) | 
| Attempts to decode a string representation of a text orientation.  More... | |
| static QString | encodeTextOrientation (QgsTextFormat::TextOrientation orientation) | 
| Encodes a text orientation.  More... | |
Utility functions for text rendering.
Definition at line 1844 of file qgstextrenderer.h.
      
  | 
  static | 
Decodes a string representation of a background rotation type to a type.
Definition at line 4052 of file qgstextrenderer.cpp.
      
  | 
  static | 
Decodes a string representation of a background size type to a type.
Definition at line 4039 of file qgstextrenderer.cpp.
      
  | 
  static | 
Decodes a string representation of a shadow placement type to a type.
Definition at line 4069 of file qgstextrenderer.cpp.
      
  | 
  static | 
Decodes a string representation of a background shape type to a type.
Definition at line 4011 of file qgstextrenderer.cpp.
      
  | 
  static | 
Attempts to decode a string representation of a text orientation.
| name | encoded text orientation name | 
| ok | if specified, will be set to true if the name was successfully decoded  | 
Definition at line 4104 of file qgstextrenderer.cpp.
      
  | 
  static | 
Encodes a text orientation.
Definition at line 4090 of file qgstextrenderer.cpp.
 1.8.13