| Top |  |  |  |  | 
| gboolean | allow-markup | Read / Write | 
| gboolean | allow-wrap | Read / Write | 
| gboolean | rotate-bg | Read / Write | 
| gboolean | rotate-frame | Read / Write | 
GObject ╰── GogObject ╰── GogStyledObject ╰── GogOutlinedObject ╰── GogText ├── GogLabel ╰── GogRegEqn
typedef struct {
	GogOutlinedObjectClass base;
	char *(*get_str)    (GogText *text);
	PangoAttrList *(*get_markup)    (GogText *text);
} GogTextClass;
| GogOutlinedObjectClass  | ||
| returns the text associated with the object. | ||
| returns the pango attributes. | 
“allow-markup” property“allow-markup” gboolean
Support basic HTML-ish markup.
Flags: Read / Write
Default value: FALSE
“allow-wrap” property“allow-wrap” gboolean
Whether the text might be displayed using several lines.
Flags: Read / Write
Default value: FALSE
“rotate-bg” property“rotate-bg” gboolean
Whether the background should be rotated with the text.
Flags: Read / Write
Default value: FALSE
“rotate-frame” property“rotate-frame” gboolean
Whether the frame should be rotated with the text.
Flags: Read / Write
Default value: FALSE