Cairo-Dock 2.4.0~1
_CairoDockLabelDescription Struct Reference

Description of the rendering of a text. More...

Data Fields

gint iSize
 font size (also approximately the resulting size in pixels)
gchar * cFont
 font.
PangoWeight iWeight
 text weight. The higher, the thicker the strokes are.
PangoStyle iStyle
 text style (italic or normal).
gdouble fColorStart [3]
 first color of the characters.
gdouble fColorStop [3]
 second color of the characters. If different from the first one, it will make a gradation.
gboolean bVerticalPattern
 TRUE if the gradation is vertical (from top to bottom).
gdouble fBackgroundColor [4]
 frame background color. Set the alpha channel to 0 to not draw a frame in the background.
gboolean bOutlined
 TRUE to stroke the outline of the characters (in black).
gint iMargin
 margin around the text, it is also the dimension of the frame if available.
gboolean bUseMarkup
 whether to use Pango markups or not (markups are html-like marks, like ...; using markups force you to escape some characters like "&" -> "&")
gdouble fMaxRelativeWidth
 maximum width allowed, in ratio of the screen's width. Carriage returns will be inserted if necessary. 0 means no limit.

Detailed Description

Description of the rendering of a text.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines