summaryrefslogtreecommitdiff
path: root/otfl-font-dum.lua
Commit message (Collapse)AuthorAgeFilesLines
* Some loggingKhaled Hosny2010-02-061-4/+7
|
* Support design size rangesKhaled Hosny2010-02-021-7/+6
|
* Style synonymsKhaled Hosny2010-01-281-0/+17
| | | | | This is a kind of style normalization; we first check the given style, if no match is found, we then check several, presumably, similar styles.
* Port to the new database layoutKhaled Hosny2010-01-281-24/+20
|
* More compact layoutKhaled Hosny2010-01-281-1/+1
|
* Make the font database dumbKhaled Hosny2010-01-251-26/+35
| | | | | Store the 'raw' values, the matching logic should be moved to the resolver function.
* Pass 'specification' directly to |fonts.names.resolve()|Khaled Hosny2010-01-201-1/+2
| | | | | We will need more fields from the specification in the future, simplify function calling.
* Allow arbitrary font stylesKhaled Hosny2010-01-191-6/+8
| | | | | | | If the font option isn't a known option, we assume it is a font style and pass it as is, this allows for definitions like: \font\dejavuextralight={DejaVu Sans/Extralight:+liga} at 10pt
* Fix loading subfontsKhaled Hosny2010-01-151-2/+2
|
* Try psname if familyname failsKhaled Hosny2010-01-151-10/+22
|
* Support reading the new databaseKhaled Hosny2010-01-151-3/+5
| | | | | Only regular style is resolved for now, still need to pass the proper style to the filename resolver function.
* Update database version numberKhaled Hosny2010-01-151-1/+1
| | | | | We now use our own version number since we no longer compatible with luatex-fonts' version.
* Use our own font names databaseKhaled Hosny2010-01-101-1/+1
|
* Updating to latest ConTeXt stable (2009.11.26)Khaled Hosny2009-11-271-15/+13
| | | | | See http://wiki.contextgarden.net/Context_2009.11.26 for list of changes.
* updating to latest (beta 2009.11.13) ConTeXt codeKhaled Hosny2009-11-151-1/+4
|
* updating to latest (20090809) ConTeXt code (with minor bugfix)Elie Roux2009-08-101-2/+2
|
* Sync with ConTeXt 2009.06.10 20:06, fixes bug with undefined ↵Khaled Hosny2009-06-111-0/+3
| | | | fonts.register_message function that would crash luatex with certain fonts, pluse more.
* syncing with latest ConTeXt version (more feautures, less bugs), thanks to ↵Elie Roux2009-06-101-1/+29
| | | | Khaled Hosny
* sync with the latest ConTeXt beta, and using luaotfload in DVI mode too (for ↵Elie Roux2009-04-231-1/+1
| | | | dvipdfmx)
* adding a first working version of luaotfloadElie Roux2009-04-081-0/+85