libcss
Loading...
Searching...
No Matches
font_face.h
Go to the documentation of this file.
1/*
2 * This file is part of LibCSS.
3 * Licensed under the MIT License,
4 * http://www.opensource.org/licenses/mit-license.php
5 * Copyright 2011 Things Made Out Of Other Things Ltd.
6 * Written by James Montgomerie <jamie@th.ingsmadeoutofotherthin.gs>
7 */
8
9#ifndef css_parse_font_face_h_
10#define css_parse_font_face_h_
11
12#include <parserutils/utils/vector.h>
13
14#include "stylesheet.h"
15#include "lex/lex.h"
16#include "parse/language.h"
17
19 const css_token *descriptor, const parserutils_vector *vector,
20 int32_t *ctx, struct css_rule_font_face *rule);
21
22#endif
css_error
Definition errors.h:18
css_error css__parse_font_descriptor(css_language *c, const css_token *descriptor, const parserutils_vector *vector, int32_t *ctx, struct css_rule_font_face *rule)
Definition font_face.c:375
Definition language.h:32
Definition stylesheet.h:142
Definition lex.h:55