#include <pango/pango.h>
#include "cr-utils.h"
#include "cr-statement.h"
#include "cr-fonts.h"
Go to the source code of this file.
Definition in file cr-style.h.
|
Definition at line 94 of file cr-style.h. |
|
Definition at line 95 of file cr-style.h. |
|
Definition at line 93 of file cr-style.h. |
|
A numerical css property value. This data type is actually split in 3 parts: 1/the specified value 2/the computed value 3/the actual value. To understand the semantic of these three parts, see css2 spec chap 6.1 ("Specified, computed and actual values."). Definition at line 107 of file cr-style.h. |
|
An rgb css property value. This data type is actually split in 3 parts: 1/the specified value 2/the computed value 3/the actual value. To understand the semantic of these three parts, see css2 spec chap 6.1 ("Specified, computed and actual values."). Definition at line 127 of file cr-style.h. |
|
Definition at line 39 of file cr-style.h. |
|
Definition at line 181 of file cr-style.h. |
|
Definition at line 192 of file cr-style.h. |
|
Definition at line 53 of file cr-style.h. |
|
Definition at line 84 of file cr-style.h. |
|
Definition at line 139 of file cr-style.h. |
|
Definition at line 75 of file cr-style.h. |
|
Definition at line 167 of file cr-style.h. |
|
Destructor of the CRStyle class.
Definition at line 2396 of file cr-style.c. Referenced by cr_style_unref(). |
|
Duplicates the current instance of CRStyle . The newly created instance of CRStyle must be freed using cr_style_destroy ().
Definition at line 2171 of file cr-style.c. References cr_style_new(), cr_utils_trace_info, and CRStyle. |
|
Default constructor of CRStyle.
Definition at line 1844 of file cr-style.c. References cr_utils_trace_info, and CRStyle. Referenced by cr_sel_eng_get_matched_style(), and cr_style_dup(). |
|
Increases the reference count of the current instance of CRStyle.
Definition at line 2127 of file cr-style.c. References CR_BAD_PARAM_ERROR, and CR_OK. |
|
|
Definition at line 2190 of file cr-style.c. References ABSOLUTE_FONT_SIZE, CR_BAD_PARAM_ERROR, CR_ERROR, cr_font_family_to_string(), CR_INSTANCIATION_FAILED_ERROR, CR_OK, CR_OUT_OF_BOUNDS_ERROR, cr_utils_trace_info, CRStatus, FONT_STYLE_INHERIT, FONT_STYLE_ITALIC, FONT_STYLE_NORMAL, FONT_STYLE_OBLIQUE, FONT_WEIGHT_100, FONT_WEIGHT_200, FONT_WEIGHT_300, FONT_WEIGHT_400, FONT_WEIGHT_500, FONT_WEIGHT_600, FONT_WEIGHT_700, FONT_WEIGHT_800, FONT_WEIGHT_900, FONT_WEIGHT_BOLD, FONT_WEIGHT_BOLDER, FONT_WEIGHT_INHERIT, FONT_WEIGHT_LIGHTER, FONT_WEIGHT_NORMAL, gv_predefined_abs_font_size_tab, INHERITED_FONT_SIZE, NB_PREDEFINED_ABSOLUTE_FONT_SIZES, PREDEFINED_ABSOLUTE_FONT_SIZE, and RELATIVE_FONT_SIZE. |
|
Decreases the reference count of the current instance of CRStyle. If the reference count reaches 0, the instance of CRStyle is destoyed.
Definition at line 2146 of file cr-style.c. References cr_style_destroy(). Referenced by cr_box_destroy(). |
|
Definition at line 37 of file cr-style.h. Referenced by cr_style_dup(), and cr_style_new(). |