#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. Referenced by cr_font_family_append(), cr_font_family_destroy(), cr_font_family_new(), cr_font_family_prepend(), cr_font_family_set_name(), and cr_font_family_to_string(). |
|
|
Definition at line 150 of file cr-fonts.h. Referenced by cr_font_size_clear(), cr_font_size_copy(), cr_font_size_destroy(), cr_font_size_new(), and cr_font_size_to_string(). |
|
|
Definition at line 168 of file cr-fonts.h. Referenced by cr_font_size_adjust_destroy(), cr_font_size_adjust_new(), and cr_font_size_adjust_to_string(). |
|
|
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 209 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 218 of file cr-fonts.c. References CRFontFamily, _CRFontFamily::next, and _CRFontFamily::prev. |
|
|
Definition at line 253 of file cr-fonts.c. References CR_BAD_PARAM_ERROR, CR_OK, CRFontFamily, _CRFontFamily::next, and _CRFontFamily::prev. |
|
||||||||||||
|
Definition at line 145 of file cr-fonts.c. References cr_font_family_set_name(), cr_utils_trace_info, CRFontFamily, and _CRFontFamily::type. |
|
||||||||||||
|
Definition at line 238 of file cr-fonts.c. References CR_OK, CRFontFamily, and _CRFontFamily::prev. |
|
||||||||||||
|
Definition at line 196 of file cr-fonts.c. References CR_BAD_PARAM_ERROR, CR_OK, CRFontFamily, FONT_FAMILY_NON_GENERIC, _CRFontFamily::name, and _CRFontFamily::type. Referenced by cr_font_family_new(). |
|
||||||||||||
|
Definition at line 165 of file cr-fonts.c. References CR_OK, CRFontFamily, and CRStatus. Referenced by cr_style_to_string(). |
|
|
Definition at line 591 of file cr-fonts.c. References cr_num_destroy(), CRFontSizeAdjust, FONT_SIZE_ADJUST_NUMBER, _CRFontSizeAdjust::num, and _CRFontSizeAdjust::type. |
|
|
Definition at line 576 of file cr-fonts.c. References cr_utils_trace_info, and CRFontSizeAdjust. |
|
|
Definition at line 388 of file cr-fonts.c. References cr_num_to_string(), CRFontSizeAdjust, FONT_SIZE_ADJUST_INHERIT, FONT_SIZE_ADJUST_NONE, FONT_SIZE_ADJUST_NUMBER, _CRFontSizeAdjust::num, and _CRFontSizeAdjust::type. Referenced by cr_style_to_string(). |
|
|
Definition at line 300 of file cr-fonts.c. References ABSOLUTE_FONT_SIZE, CR_BAD_PARAM_ERROR, cr_num_destroy(), CR_OK, CR_UNKNOWN_TYPE_ERROR, CRFontSize, INHERITED_FONT_SIZE, PREDEFINED_ABSOLUTE_FONT_SIZE, RELATIVE_FONT_SIZE, _CRFontSize::type, and _CRFontSize::value. Referenced by cr_font_size_copy(). |
|
||||||||||||
|
Definition at line 326 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, CRFontSize, INHERITED_FONT_SIZE, PREDEFINED_ABSOLUTE_FONT_SIZE, RELATIVE_FONT_SIZE, _CRFontSize::type, and _CRFontSize::value. |
|
|
Definition at line 560 of file cr-fonts.c. References ABSOLUTE_FONT_SIZE, cr_num_destroy(), CRFontSize, _CRFontSize::type, and _CRFontSize::value. |
|
|
Definition at line 285 of file cr-fonts.c. References cr_utils_trace_info, and CRFontSize. |
|
|
Definition at line 357 of file cr-fonts.c. References ABSOLUTE_FONT_SIZE, cr_num_to_string(), CRFontSize, INHERITED_FONT_SIZE, PREDEFINED_ABSOLUTE_FONT_SIZE, RELATIVE_FONT_SIZE, _CRFontSize::type, and _CRFontSize::value. Referenced by cr_style_to_string(). |
|
|
Definition at line 514 of file cr-fonts.c. References FONT_STRETCH_CONDENSED, FONT_STRETCH_EXPANDED, FONT_STRETCH_EXTRA_CONDENSED, FONT_STRETCH_EXTRA_EXPANDED, FONT_STRETCH_INHERIT, FONT_STRETCH_NARROWER, FONT_STRETCH_NORMAL, FONT_STRETCH_SEMI_CONDENSED, FONT_STRETCH_SEMI_EXPANDED, FONT_STRETCH_ULTRA_CONDENSED, FONT_STRETCH_ULTRA_EXPANDED, and FONT_STRETCH_WIDER. Referenced by cr_style_to_string(). |
|
|
Definition at line 415 of file cr-fonts.c. References FONT_STYLE_INHERIT, FONT_STYLE_ITALIC, FONT_STYLE_NORMAL, and FONT_STYLE_OBLIQUE. Referenced by cr_style_to_string(). |
|
|
Definition at line 440 of file cr-fonts.c. References FONT_VARIANT_INHERIT, FONT_VARIANT_NORMAL, and FONT_VARIANT_SMALL_CAPS. Referenced by cr_style_to_string(). |
|
|
Definition at line 459 of file cr-fonts.c. References 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, and FONT_WEIGHT_NORMAL. Referenced by cr_style_to_string(). |
1.3.5