summaryrefslogtreecommitdiff
path: root/src/parse/font_face.c
Commit message (Collapse)AuthorAgeFilesLines
* Strip trailing whitespace.Michael Drake2017-09-041-60/+60
|
* Various changes which modify API and ABI:Michael Drake2013-12-131-6/+4
| | | | | | | | | - Remove client allocation function. - Change node_classes callback not to yield array ownership to libcss. - Node bloom filters now built by, during selection libcss. - Added selection callbacks to get and set data on document nodes. Test suite, example, and documentation updated to match.
* @font-face support. Credit: James MontgomerieJohn Mark Bell2011-12-041-0/+413
Things missing: parser tests; the following descriptors: font-feature-settings, font-stretch, font-variant, unicode-range. svn path=/trunk/libcss/; revision=13244