Evas filters: Implement style parser

So, the (font) effects will be described by a string. It's
basically a new language (yeah yeah sorry), VERY simple, based
on function calls a la Python, with sequential and named arguments.

This string is intended to be passed directly to an evas text object
and embedded into the evas textblock's markup tags.

This file implements both the basic parsing functions, the
compilation of instructions into a queue of commands, and the glue
code for the rest of the filter infrastructure.
This commit is contained in:
Jean-Philippe Andre 2013-12-09 20:20:33 +09:00
parent d7ed901ffd
commit 5e78ce5eeb
1 changed files with 1457 additions and 0 deletions

File diff suppressed because it is too large Load Diff