summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@seketeli.org>2003-06-18 19:28:42 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-06-18 19:28:42 +0000
commit127628a4ae11a60cbf609ae1396345190f9d1129 (patch)
treefb108984e6df5814bac75621a7edec0a6bf65577 /TODO
parent28260b0a57917142eaeedd918d7185a80d66ea6b (diff)
downloadlibcroco-127628a4ae11a60cbf609ae1396345190f9d1129.tar.gz
added cr_statement_font_face_rule_parse_from_buf () . and a generic
2003-06-18 Dodji Seketeli <dodji@seketeli.org> * src/parser/cr-statement.[ch]: added cr_statement_font_face_rule_parse_from_buf () . and a generic cr_statement_parse_from_buf () that knows how to a parse virtually any css2 statement. This needs debugging though. * src/parser/cr-parser.c: fixed some possible sigsev that could occur when trying to access a null sac handler. Dodji.
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO b/TODO
index c4ffb30..7214f34 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,12 @@
*coding:)
-Provide support for font selection. (hard, started well underway.)
+Code a cr_statement_at_import_rule_parse () function and
+include it support in cr_statement_parse_from_buf ().
+
+Code a test case for cr_statement_parse_from_buf ().
+
+Provide support for font selection. (hard, started, is well underway.)
First make sure to be able to gather all the font related property
values.
Then, figure out how to implement a font selector that uses pango.