libcss
Loading...
Searching...
No Matches
src
parse
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
18
css_error
css__parse_font_descriptor
(
css_language
*c,
19
const
css_token
*descriptor,
const
parserutils_vector *vector,
20
int32_t *ctx,
struct
css_rule_font_face
*rule);
21
22
#endif
css_error
css_error
Definition
errors.h:18
language.h
lex.h
css__parse_font_descriptor
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
css_language
Definition
language.h:32
css_rule_font_face
Definition
stylesheet.h:142
css_token
Definition
lex.h:55
Generated on Fri Dec 12 2025 12:50:39 for libcss by
1.9.8