|
libcss
|
#include "parse/font_face.h"#include <assert.h>#include <string.h>#include "parse/propstrings.h"#include "parse/properties/utils.h"#include "select/font_face.h"Functions | |
| css_error | css__parse_font_descriptor (css_language *c, const css_token *descriptor, const parserutils_vector *vector, int32_t *ctx, css_rule_font_face *rule) |
| css_error css__parse_font_descriptor | ( | css_language * | c, |
| const css_token * | descriptor, | ||
| const parserutils_vector * | vector, | ||
| int32_t * | ctx, | ||
| css_rule_font_face * | rule | ||
| ) |
Parse a descriptor in an @font-face rule
| c | Parsing context |
| descriptor | Token for this descriptor |
| vector | Vector of tokens to process |
| ctx | Pointer to vector iteration context |
| rule | Rule to process descriptor into |