summaryrefslogtreecommitdiff
path: root/otfl-font-clr.lua
Commit message (Collapse)AuthorAgeFilesLines
* Make color workKhaled Hosny2011-10-041-9/+10
|
* Male color module load again, no colors thoughKhaled Hosny2011-10-041-12/+16
|
* Rename fonts.ids -> fonts.identifiersKhaled Hosny2011-03-031-3/+3
|
* Make sure the color value is stringKhaled Hosny2010-10-061-0/+1
|
* Sanitize color before attempting to use itKhaled Hosny2010-09-131-1/+15
| | | | | Right now it just checks the number if fields, may be we should check if it is a valid hex color value as well.
* Explicitely convert color value to stringKhaled Hosny2010-06-031-1/+1
| | | | Fixes #9
* Fix call to callback.add.Manuel Pégourié-Gonnard2010-05-101-1/+1
|
* We support nothing but the latest and greatestKhaled Hosny2010-03-081-7/+1
| | | | | It is actually worse than that, I only test against trunk, once texlive2010 binaries are frozen we will test against it.
* Locals are fasterKhaled Hosny2010-03-081-17/+10
| | | | | We also don't need to call that code from outside anyway (there is no point).
* Some README and author updatesKhaled Hosny2010-02-201-2/+2
|
* Rename |otfl-font-msc.lua| to |otfl-font-clr.lua|Khaled Hosny2010-02-121-0/+168
It deals with colors only now.