#include "cr-utils.h"
#include "cr-num.h"
Go to the source code of this file.
Definition in file cr-fonts.h.
|
Definition at line 51 of file cr-fonts.h. |
|
Definition at line 150 of file cr-fonts.h. |
|
Definition at line 168 of file cr-fonts.h. |
|
Definition at line 39 of file cr-fonts.h. |
|
Definition at line 162 of file cr-fonts.h. |
|
The type of font-size property. Used to define the type of CRFontSize . See css2 spec chapter 15.2.4 to understand.
Definition at line 115 of file cr-fonts.h. |
|
Definition at line 208 of file cr-fonts.h. |
|
Definition at line 175 of file cr-fonts.h. |
|
Definition at line 183 of file cr-fonts.h. |
|
Definition at line 190 of file cr-fonts.h. |
|
The different types of absolute font size. This is used by the 'font-size' property defined in css2 spec in chapter 15.2.4 . These values a indexes of table of size so please, do not change their definition order unless you know what you are doing.
Definition at line 80 of file cr-fonts.h. |
|
The different types of relative font size. This is used by the 'font-size' property defined in css2 spec in chapter 15.2.4 . These values a indexes of table of size so please, do not change their definition order unless you know what you are doing. Definition at line 104 of file cr-fonts.h. |
|
Definition at line 181 of file cr-fonts.c. References _CRFontFamily::next, and _CRFontFamily::prev. |
|
Definition at line 222 of file cr-fonts.c. References CR_BAD_PARAM_ERROR, CR_OK, _CRFontFamily::next, and _CRFontFamily::prev. |
|
Definition at line 101 of file cr-fonts.c. References cr_font_family_set_name(), cr_utils_trace_info, and _CRFontFamily::type. |
|
Definition at line 205 of file cr-fonts.c. References CR_OK, and _CRFontFamily::prev. |
|
Definition at line 156 of file cr-fonts.c. References CR_BAD_PARAM_ERROR, CR_OK, FONT_FAMILY_NON_GENERIC, _CRFontFamily::name, and _CRFontFamily::type. Referenced by cr_font_family_new(). |
|
Definition at line 123 of file cr-fonts.c. References CR_OK, and CRStatus. Referenced by cr_style_to_pango_font_attributes(). |
|
Definition at line 372 of file cr-fonts.c. References cr_num_destroy(), FONT_SIZE_ADJUST_NUMBER, _CRFontSizeAdjust::num, and _CRFontSizeAdjust::type. |
|
Definition at line 356 of file cr-fonts.c. References cr_utils_trace_info. |
|
Definition at line 277 of file cr-fonts.c. References ABSOLUTE_FONT_SIZE, CR_BAD_PARAM_ERROR, cr_num_destroy(), CR_OK, CR_UNKNOWN_TYPE_ERROR, INHERITED_FONT_SIZE, PREDEFINED_ABSOLUTE_FONT_SIZE, RELATIVE_FONT_SIZE, _CRFontSize::type, and _CRFontSize::value. Referenced by cr_font_size_copy(). |
|
Definition at line 305 of file cr-fonts.c. References ABSOLUTE_FONT_SIZE, CR_BAD_PARAM_ERROR, cr_font_size_clear(), cr_num_copy(), cr_num_new(), CR_OK, CR_UNKNOWN_TYPE_ERROR, INHERITED_FONT_SIZE, PREDEFINED_ABSOLUTE_FONT_SIZE, RELATIVE_FONT_SIZE, _CRFontSize::type, and _CRFontSize::value. |
|
Definition at line 339 of file cr-fonts.c. References ABSOLUTE_FONT_SIZE, cr_num_destroy(), _CRFontSize::type, and _CRFontSize::value. |
|
Definition at line 261 of file cr-fonts.c. References cr_utils_trace_info. |